You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Set to mounted to add it to the fstab and mount it.
Expected Behavior
When an entry is changed in the fstab, the new entry will be added and the new filesystem will be mounted.
Steps to Reproduce
Steps to reproduce the behavior:
Create a mounted filesystem resource, apply it.
Change the mount point, then apply the change
Observe that the resources are changed and a remount is scheduled
Notice: /Stage[main]/Stdlib::Manage/Mount[/vendors]/device: device changed 'eda@8709a2de-1fc2-11ef-9d65-18b04d8742ae.eda-fs=/vendors' to 'pure-nfs:/vendors'
Notice: /Stage[main]/Stdlib::Manage/Mount[/vendors]/fstype: fstype changed 'ceph' to 'nfs4'
Info: /Stage[main]/Stdlib::Manage/Mount[/vendors]: Scheduling refresh of Mount[/vendors]
Info: Mount[/vendors](provider=parsed): Remounting
Notice: /Stage[main]/Stdlib::Manage/Mount[/vendors]: Triggered 'refresh' from 3 events
Info: /Stage[main]/Stdlib::Manage/Mount[/vendors]: Scheduling refresh of Mount[/vendors]
Find out afterwards that the remount did not occur
# mount |grep -i vendors
eda@8709a2de-1fc2-11ef-9d65-18b04d8742ae.eda-fs=/vendors on /vendors type ceph (rw,noatime,name=eda,secret=<hidden>,ms_mode=prefer-crc,acl)
Environment
Version: 8.4
Platform: EL9
The text was updated successfully, but these errors were encountered:
Describe the Bug
The docs say of
ensure => mounted
Expected Behavior
When an entry is changed in the fstab, the new entry will be added and the new filesystem will be mounted.
Steps to Reproduce
Steps to reproduce the behavior:
Environment
8.4
EL9
The text was updated successfully, but these errors were encountered: