42
Chapter 5. Managing GFS
5.4.5.1. Usage
gfs_tool settune
MountPoint
quota_account {0|1}
MountPoint
Specifies the GFS file system to which the actions apply.
quota_account {0|1}
0 = disabled
1 = enabled
5.4.5.2. Comments
To enable quota accounting on a file system, the
quota_account
parameter must be set
back to 1. Afterward, the GFS quota file must be initialized to account for all current disk
usage for users and groups on the file system. The quota file is initialized by running:
gfs_quota init -f
MountPoint
.
Note
Initializing the quota file requires scanning the entire file system and may take a long time.
5.4.5.3. Examples
This example
disables
quota accounting on file system
/gfs
on a single node.
gfs_tool settune /gfs quota_account 0
This example enables quota accounting on file system
/gfs
on a single node and initializes
the quota file.
gfs_tool settune /gfs quota_account 1
gfs_quota init -f /gfs
Содержание GFS 6.1 -
Страница 1: ...Red Hat GFS 6 1 Administrator s Guide ...
Страница 6: ......
Страница 14: ...viii Introduction ...
Страница 24: ...10 Chapter 1 GFS Overview ...
Страница 28: ...14 Chapter 2 System Requirements ...
Страница 40: ...26 Chapter 3 Installing GFS ...
Страница 72: ...58 Chapter 5 Managing GFS ...
Страница 80: ...66 Appendix A Upgrading GFS ...
Страница 84: ......