[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
Trying to cleanup everything around a failed replication
Detailed step by step instructions to reproduce the problem
[write here]
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 _handle_exception
yield
File “/opt/rockstor/src/rockstor/storageadmin/views/pool.py”, line 793, in delete
remove_share(so.pool, so.subvol_name, so.pqgroup, force=force)
File “/opt/rockstor/src/rockstor/fs/btrfs.py”, line 1185, in remove_share
toggle_path_rw(subvol_mnt_pt, rw=True)
File “/opt/rockstor/src/rockstor/system/osi.py”, line 545, in toggle_path_rw
return run_command([CHATTR, attr, path])
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File “/opt/rockstor/src/rockstor/system/osi.py”, line 289, in run_command
raise CommandException(cmd, out, err, rc)
system.exceptions.CommandException: Error running a command. cmd = /usr/bin/chattr -i /mnt2/Data-Raid/.snapshots/c0450590-f2b9-de11-8a1b-90e6ba7a072b_testing/testing_21_replication_1. rc = 1. stdout = [‘’]. stderr = [‘/usr/bin/chattr: Read-only file system while setting flags on /mnt2/Data-Raid/.snapshots/c0450590-f2b9-de11-8a1b-90e6ba7a072b_testing/testing_21_replication_1’, ‘’]
3 posts - 2 participants