@g6094199 wrote:
Brief description of the problem
[write here]
Detailed step by step instructions to reproduce the problem
i tried to create a nfs share in the gui and the following error occured.
since i deleted an HDD from the array cause its broken i guess the system searches for the wrong disk. the btrfs array itself is working.Web-UI screenshot
[Drag and drop the image here]
Error Traceback provided on the Web-UI
Traceback (most recent call last):
File "/opt/rockstor/src/rockstor/rest_framework_custom/generic_view.py", line 40, in handleexception
yield
File "/opt/rockstor/src/rockstor/storageadmin/views/nfs_exports.py", line 166, in post
mount_share(s, mnt_pt)
File "/opt/rockstor/src/rockstor/fs/btrfs.py", line 286, in mount_share
return run_command(mnt_cmd)
File "/opt/rockstor/src/rockstor/system/osi.py", line 104, in run_command
raise CommandException(cmd, out, err, rc)
CommandException: Error running a command. cmd = ['/bin/mount', '-t', 'btrfs', '-o', 'subvol=mnt', '/dev/disk/by-id/detached-51323b25dd284839a9ac2fffcfc4782f', '/mnt2/mnt']. rc = 32. stdout = ['']. stderr = ['mount: special device /dev/disk/by-id/detached-51323b25dd284839a9ac2fffcfc4782f does not exist', '']
Posts: 6
Participants: 2