New PRE_MOUNT/PRE_UMOUNT cmds in 4.1.2 have problems when saving configuration in GUI.
When I define these commands by editting config file, for example as show below
########################################################################################################################
# Pre Commands #
########################################################################################################################
PRE_UMOUNT_CMD01=SERVER:echo PRE_UMOUNT_CMD01
PRE_MOUNT_CMD01=SERVER:echo PRE_UMOUNT_CMD01
Then I open the config in GUI to run some actoin or edit some other parameters... And save the config in GUI, settings of PRE_MOUNT and PRE_UMOUNT cmds are lost:
########################################################################################################################
# Pre Commands #
########################################################################################################################
PRE_UMOUNT_CMD01=
PRE_MOUNT_CMD01=
In case you have mode CMDs, only CMD01 is lost:
########################################################################################################################
# Pre Commands #
########################################################################################################################
PRE_UMOUNT_CMD01=SERVER:echo "CMD01"
PRE_UMOUNT_CMD02=SERVER:echo "CMD02"
PRE_UMOUNT_CMD03=SERVER:echo "CMD03"
PRE_MOUNT_CMD01=SERVER:echo "CMD01"
PRE_MOUNT_CMD02=SERVER:echo "CMD02"
after saving in GUI:
########################################################################################################################
# Pre Commands #
########################################################################################################################
PRE_UMOUNT_CMD01=null
PRE_UMOUNT_CMD02=SERVER:echo "CMD02"
PRE_UMOUNT_CMD03=SERVER:echo "CMD03"
PRE_MOUNT_CMD01=null
PRE_MOUNT_CMD02=SERVER:echo "CMD02"
Does anyone have the same troubles?
BR,
Rostislav