rasto / lcmc

Pacemaker/DRBD/KVM/LVM Cluster GUI
Other
102 stars 21 forks source link

CIFS Filesystems no longer can be created with LCMC #47

Open thedukeness opened 9 years ago

thedukeness commented 9 years ago

I used to be able to create CIFS filesystems in LCMC (can't remember at which version) but I'm no longer able to. LCMC doesn't support the syntax now. I need to be able to create an entry to look like this as an example:

primitive res_Filesystem_stuff ocf:heartbeat:Filesystem \ params device="//filer.mydomain.com/stuff" directory="/mnt/stuff" fstype= "none" options="fstype=cifs,noperm,noserverino,actimeo=0,sec=krb5,cruid=0,uid=myuser,gid=mygroup,file_mode=0600,dir_mode=0700" fast_stop="no" \