[Please complete the below template with details of the problem reported on your Web-UI. Be as detailed as possible. Community members, including developers, shall try and help. Thanks for your time in reporting this issue! We recommend purchasing commercial support for expedited support directly from the developers.]
Brief description of the problem
I am trying to create a share folder on a raid5 set of disks. I created a pool1. I am getting a error message.
Detailed step by step instructions to reproduce the problem
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/share.py", line 206, in post
add_share(pool, sname, pqid)
File "/opt/rockstor/src/rockstor/fs/btrfs.py", line 701, in add_share
resize_flag == "delete" and ((d in cur_dev) or d == "missing")
File "/opt/rockstor/src/rockstor/system/osi.py", line 657, in toggle_path_rw
def kernel_info():
File "/opt/rockstor/src/rockstor/system/osi.py", line 227, in run_command
logger.debug("Running command: {}".format(" ".join(cmd)))
CommandException: Error running a command. cmd = /usr/bin/chattr -i /mnt2/pool1. rc = 1. stdout = ['']. stderr = ['/usr/bin/chattr: Read-only file system while setting flags on /mnt2/pool1', '']
4 posts - 2 participants