@Joey1 wrote:
Brief description of the problem
I was trying to delete a NFS export in the UI.
I’m using Rockstor 4.0.7-0Detailed step by step instructions to reproduce the problem
- go to File Sharing > NFS
- Delete NFS export with the trashcan icon
- The error appears
Web-UI screenshot
Error Traceback provided on the Web-UI
Traceback (most recent call last): File "/opt/rockstor/src/rockstor/rest_framework_custom/generic_view.py", line 41, in _handle_exception yield File "/opt/rockstor/src/rockstor/storageadmin/views/nfs_exports.py", line 214, in delete nfs4_mount_teardown(export_pt) File "/opt/rockstor/src/rockstor/system/osi.py", line 646, in nfs4_mount_teardown run_command([RMDIR, export_pt]) File "/opt/rockstor/src/rockstor/system/osi.py", line 201, in run_command raise CommandException(cmd, out, err, rc) CommandException: Error running a command. cmd = /usr/bin/rmdir /export/proxmon. rc = 1. stdout = ['']. stderr = ["/usr/bin/rmdir: failed to remove '/export/proxmon': Directory not empty", '']
Posts: 1
Participants: 1