HA Addon - Add FS resource using disk label

Issues related to applications and software problems
Post Reply
ayazanjum
Posts: 1
Joined: 2018/07/16 16:54:58

HA Addon - Add FS resource using disk label

Post by ayazanjum » 2018/07/16 17:04:44

Hi,

I am not able to figure out the syntax to user with ccs command for adding filesystem resource using disk label instead of device path.

so instead of following

ccs -h node1-hb.local --addresource fs name=datafs_rs device=/dev/sdb1 mountpoint=/data fstype=ext3

I want to use disk label

thanks

aks
Posts: 3073
Joined: 2014/09/20 11:22:14

Re: HA Addon - Add FS resource using disk label

Post by aks » 2018/07/18 18:15:33

https://access.redhat.com/documentation ... -params-CA
Table B.5. Filesystem (fs Resource):
"Device, FS Label, or UUID device Specifies the device associated with the file system resource. This can be a block device, file system label, or UUID of a file system."

Post Reply