Module for managing block devices
New in version 2014.7.0.
Return all contents of dumpe2fs for a specified device
CLI Example: .. code-block:: bash
salt '*' extfs.dump /dev/sda1
Resizes the filesystem.
CLI Example: .. code-block:: bash
salt '*' blockdev.resize2fs /dev/sda1
Set attributes for the specified device
CLI Example:
salt '*' blockdev.tune /dev/sda1 read-ahead=1024 read-write=True
Valid options are: read-ahead, filesystem-read-ahead, read-only, read-write.
See the blockdev(8) manpage for a more complete description of these options.
Remove the filesystem information
CLI Example:
salt '*' blockdev.wipe /dev/sda1
Docs for previous releases are available on readthedocs.org.
Latest Salt release: 2014.7.2
22.16.10. salt.modules.aws_sqs