Brief description of the problem
Try to add my SSD disk as a pool but get below error .
Rockstor is installed on a laptop which is dedicated as server . Only Rockstor is installed and will be. I plan is to use it as a complement to my old nas , Zyxel Nas326 and WD mycloud . I have some USB disk that I will use at the Rockstor NAS .
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 40, in _handle_exception
yield
File "/opt/rockstor/src/rockstor/storageadmin/views/pool.py", line 465, in post
add_pool(p, dnames)
File "/opt/rockstor/src/rockstor/fs/btrfs.py", line 289, in add_pool
out, err, rc = run_command(cmd, log=True)
^^^^^^^^^^^^^^^^^^^^^^^^^^
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/sbin/mkfs.btrfs -f -d single -m single -L 4tb /dev/disk/by-id/usb-AL_SSD-0:0. rc = 1. stdout = ['btrfs-progs v6.5.1 ', 'See https://btrfs.readthedocs.io for more information.', '', 'NOTE: several default settings have changed in version 5.15, please make sure', ' this does not affect your deployments:', ' - DUP for metadata (-m dup)', ' - enabled no-holes (-O no-holes)', ' - enabled free-space-tree (-R free-space-tree)', '', '']. stderr = ["ERROR: superblock magic doesn't match", 'ERROR: error during mkfs: Operation not permitted', '']