I just updated from the old CentOS version to the new suse version, and the pool import failed. It looks like it’s compaining about RAID56, but I change from 5 to RAID 1 years ago. Not sure how to proceed. I still have my Rockstor V3 SSD so could fall back if the old version will still recognize the pools. If I can mount read only and then to a conversion to RAID10 in the SUSE version I’m happy to try that, but I think mounting read-only takes that option off the table. Any suggestions greatly appreciated.
Thanks,
Del
Brief description of the problem
Old pools failed to import into Rockstor v4
Detailed step by step instructions to reproduce the problem
Clicked down arrow next to drive to import pools
Web-UI screenshot
##### Houston, we’ve had a problem.
Failed to import any pool on device db id (4). Error: (Error running a command. cmd = /usr/bin/mount -t btrfs -o subvolid=340 /dev/disk/by-id/ata-HGST_HDN724040ALE640_PK1334PCJS2ZBS /mnt2/MyAdminFiles. rc = 32. stdout = [’’]. stderr = [‘mount: /mnt2/MyAdminFiles: wrong fs type, bad option, bad superblock on /dev/sdf, missing codepage or helper program, or other error.’, ‘’]).
[Drag and drop the image here]
Error Traceback provided on the Web-UI
Traceback (most recent call last):
File “/opt/rockstor/src/rockstor/storageadmin/views/disk.py”, line 858, in _btrfs_disk_import
import_shares(po, request)
File “/opt/rockstor/src/rockstor/storageadmin/views/share_helpers.py”, line 239, in import_shares
mount_share(nso, “{}{}”.format(settings.MNT_PT, s_in_pool))
File “/opt/rockstor/src/rockstor/fs/btrfs.py”, line 667, in mount_share
return run_command(mnt_cmd)
File “/opt/rockstor/src/rockstor/system/osi.py”, line 224, in run_command
raise CommandException(cmd, out, err, rc)
CommandException: Error running a command. cmd = /usr/bin/mount -t btrfs -o subvolid=340 /dev/disk/by-id/ata-HGST_HDN724040ALE640_PK1334PCJS2ZBS /mnt2/MyAdminFiles. rc = 32. stdout = [’’]. stderr = [‘mount: /mnt2/MyAdminFiles: wrong fs type, bad option, bad superblock on /dev/sdf, missing codepage or helper program, or other error.’, ‘’]