i cant add new shares
i have the latest nightly build installed
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/share.py”, line 171, in post
add_share(pool, sname, pqid)
File “/opt/rockstor/src/rockstor/fs/btrfs.py”, line 347, in add_share
return run_command(sub_vol_cmd)
File “/opt/rockstor/src/rockstor/system/osi.py”, line 121, in run_command
raise CommandException(cmd, out, err, rc)
CommandException: Error running a command. cmd = /sbin/btrfs subvolume create -i 2015/24 /mnt2/MainRaid10/mailarchiv. rc = 1. stdout = [“Create subvolume ‘/mnt2/MainRaid10/mailarchiv’”, ‘’]. stderr = [‘ERROR: cannot create subvolume: Operation not permitted’, ‘’]