Thank you for the reply. I’m sorry I forgot to mention that I’ve used six disks in Single profile for the pool.
As I said one disk had a failure and got lost, but a second one is missing in the pool even though the disk is listed under “disks”.
I tried to refresh the SMART details without success:
Error running a command. cmd = /usr/sbin/smartctl -c /dev/disk/by-id/ata-WDC_WD80EFAX-68KNBN0_VAH01E9L. rc = 4. stdout = [‘smartctl 7.2 2021-09-14 r5237 [x86_64-linux-5.3.18-150300.59.76-default] (SUSE RPM)’, ‘Copyright © 2002-20, Bruce Allen, Christian Franke, www.smartmontools.org’, ‘’, ‘Read SMART Data failed: scsi error badly formed scsi parameters’, ‘’, ‘=== START OF READ SMART DATA SECTION ===’, ‘’]. stderr = [’’]
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/disk_smart.py”, line 161, in post
return self._info(disk)
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/disk_smart.py”, line 76, in _info
cap = capabilities(disk.name, disk.smart_options)
File “/opt/rockstor/src/rockstor/system/smart.py”, line 144, in capabilities
o, e, rc = run_command([SMART, “-c”] + get_dev_options(device, custom_options))
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/sbin/smartctl -c /dev/disk/by-id/ata-WDC_WD80EFAX-68KNBN0_VAH01E9L. rc = 4. stdout = [‘smartctl 7.2 2021-09-14 r5237 [x86_64-linux-5.3.18-150300.59.76-default] (SUSE RPM)’, ‘Copyright © 2002-20, Bruce Allen, Christian Franke, www.smartmontools.org’, ‘’, ‘Read SMART Data failed: scsi error badly formed scsi parameters’, ‘’, ‘=== START OF READ SMART DATA SECTION ===’, ‘’]. stderr = [’’]
Here is the output of btrfs fi show:
btrfs fi show
Label: ‘ROOT’ uuid: 4ac51b0f-afeb-4946-aad1-975a2a26c941
Total devices 1 FS bytes used 8.08GiB
devid 1 size 12.85GiB used 12.80GiB path /dev/sdc4
warning, device 6 is missing
warning, device 6 is missing
bad tree block 22069248, bytenr mismatch, want=22069248, have=0
ERROR: cannot read chunk root
Label: ‘poolname’ uuid: 41335e82-9f2e-47a0-bb2d-e28c8280f636
Total devices 6 FS bytes used 28.61TiB
devid 1 size 5.46TiB used 4.53TiB path /dev/sdf
devid 2 size 5.46TiB used 4.52TiB path /dev/sda
devid 3 size 5.46TiB used 4.54TiB path /dev/sde
devid 5 size 5.46TiB used 4.53TiB path /dev/sdg
*** Some devices missing
Is there a way to forcefully delete a pool and start all over without having to mount the pool?