Management of Block Devices
A state module to manage blockdevices
/dev/sda:
blockdev.tuned:
- read-only: True
master-data:
blockdev.tuned:
- name: /dev/vg/master-data
- read-only: True
- read-ahead: 1024
2014.7.0 新版功能.
salt.states.blockdev.
formatted
(name, fs_type='ext4', force=False, **kwargs)¶Manage filesystems of partitions.
Force mke2fs to create a filesystem, even if the specified device is not a partition on a block special device. This option is only enabled for ext and xfs filesystems
This option is dangerous, use it with caution.
Carbon 新版功能.
salt.states.blockdev.
tuned
(name, **kwargs)¶Manage options of block device
Read-ahead buffer size
Filesystem Read-ahead buffer size
Set Read-Only
Set Read-Write