-
Notifications
You must be signed in to change notification settings - Fork 26
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the Bug
The docs say of ensure => mounted
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 '[email protected]=/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
[email protected]=/vendors on /vendors type ceph (rw,noatime,name=eda,secret=<hidden>,ms_mode=prefer-crc,acl)
Environment
- Version:
8.4 - Platform:
EL9
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working