new Rockstor installation. When I start scanning disks, it complains about /dev/sdc. it has an ext4 file system installed, which has files that, after installation, will need to be transferred to samba on the rockstore. how to exclude it from scanning.
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.py”, line 418, in post
return self._update_disk_state()
^^^^^^^^^^^^^^^^^^^^^^^^^
File “/usr/lib64/python3.11/contextlib.py”, line 81, in inner
return func(*args, **kwds)
^^^^^^^^^^^^^^^^^^^
File “/opt/rockstor/src/rockstor/storageadmin/views/disk.py”, line 213, in _update_disk_state
pool_info = dev_pool_info[dev_name]
~~~~~~~~~~~~~^^^^^^^^^^
KeyError: ‘/dev/sdc’