Well Drat, Looks like I get to join the party too.
Had to shutdown the Rockstor server computer for a few minutes while I moved around some furniture. Turned it back on and it doesn’t see the Shares. It sees my disks, it has my RAID1 pool listed but no shares.
When I click on my Rockstor’s RAID1 Pool i get this error:
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/pool_balance.py”, line 47, in get_queryset
self._balance_status(pool)
File “/opt/rockstor/eggs/Django-1.8.16-py2.7.egg/django/utils/decorators.py”, line 145, in inner
return func(*args, **kwargs)
File “/opt/rockstor/src/rockstor/storageadmin/views/pool_balance.py”, line 72, in _balance_status
cur_status = balance_status(pool)
File “/opt/rockstor/src/rockstor/fs/btrfs.py”, line 985, in balance_status
mnt_pt = mount_root(pool)
File “/opt/rockstor/src/rockstor/fs/btrfs.py”, line 252, in mount_root
run_command(mnt_cmd)
File “/opt/rockstor/src/rockstor/system/osi.py”, line 115, in run_command
raise CommandException(cmd, out, err, rc)
CommandException: Error running a command. cmd = /bin/mount /dev/disk/by-label/VaultRAID /mnt2/VaultRAID -o ,compress=no. rc = 32. stdout = [‘’]. stderr = [‘mount: wrong fs type, bad option, bad superblock on /dev/sdc,’, ’ missing codepage or helper program, or other error’, ‘’, ’ In some cases useful info is found in syslog - try’, ’ dmesg | tail or so.', ‘’]
When I dmesg | tail i get:
[ 1222.999156] BTRFS info (device sda): use no compression
[ 1222.999159] BTRFS info (device sda): disk space caching is enabled
[ 1222.999160] BTRFS info (device sda): has skinny extents
[ 1223.000925] BTRFS error (device sda): failed to read chunk tree: -5
[ 1223.013741] BTRFS error (device sda): open_ctree failed
[ 1223.217766] BTRFS info (device sda): use no compression
[ 1223.217768] BTRFS info (device sda): disk space caching is enabled
[ 1223.217769] BTRFS info (device sda): has skinny extents
[ 1223.218583] BTRFS error (device sda): failed to read chunk tree: -5
[ 1223.234755] BTRFS error (device sda): open_ctree failed
I’m tried some restarts and some tinkering to remount things but i get the same sort of “wrong fs type, bad option, bad superblock” errors. Maybe This should be a posted on as a new thread? I’m better at dealing with rockons and docker, and not so much btrfs, any suggestions on how to mount my drives and recover data without breaking it would be great. I’m paranoid after all i’ve read about ruining drives you attempt to repair.