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
It tries to use umount.nfs to umount filesystems of all types.
Expected Behavior
It should check the filesystem, or use the declared type to umount it.
Steps to Reproduce
Mount a ceph (or likely any other) filesystem
Run puppet resource mount /mnt/test (or whatever) and direct to a file
Change 'mounted' to 'absent'
Run puppet apply filename.pp
Error: Execution of '/bin/umount /mnt/test' returned 1: umount.nfs: /mnt/test: is not an NFS filesystem
Error: /Stage[main]/Mount[/mnt/test]/ensure: change from 'mounted' to 'unmounted' failed: Execution of '/bin/umount /mnt/test' returned 1: umount.nfs: /mnt/test: is not an NFS filesystem
Environment
Version [e.g. 1.27.0] 8.10.1
Platform [e.g. Ubuntu 18.04] AlmaLinux 8.10
Additional Context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Describe the Bug
It tries to use umount.nfs to umount filesystems of all types.
Expected Behavior
It should check the filesystem, or use the declared type to umount it.
Steps to Reproduce
ceph
(or likely any other) filesystempuppet resource mount /mnt/test
(or whatever) and direct to a filepuppet apply filename.pp
Environment
8.10.1
AlmaLinux 8.10
Additional Context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: