Hi,
I’m just starting to play with Rockstor, and I wanted to change the mount options of the rockstor_rockstor pool (the one created by default during install process).
Given that my rockstor system is installed on an SSD drive, I would like to add the “ssd” mount option for this pool.
But here is the error it pops up me when I try to enter “ssd” in the form :
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.py", line 351, in put
'as it contains the operating system.' % pid)
TypeError: %d format: a number is required, not unicode
Reading the error, I would say it’s due to a Python coding error not related to my “ssd” input… But it might also be me who did some mistake during the config…
Maybe someone who has a better knowing of rockstor could help me with that ?