- 
                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
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.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working