You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks to forum member razaborg in the following thread for helping to highlight this issue. In pool overview we have compression and extra mount options disabled for this pool, but in the same pool's details page these options are active. However any attempt to use them fails as we have backend preventative logic to catch these currently unsupported actions.
It is proposed that we also disable these currently dysfunctional options in the system pool details page to gain consistency and then address, at a later date, the 'special case' of changing this system pool's mount options.
…rockstor#1896
Newly created pools have Pool.compression set to 'no' however imported
pools, and the system pool, defaulted to Null / None for this field.
Consequently "Empty" was indicated by x-editable inline compression edit
on pool overview and detail pages. This entry and it's consequent value
failed the dual submission of compression and mount options.
Summary:
- Set imported pools to 'no' compression by default.
- Handle "Empty" output from inline editable of compression setting.
- Put "Empty" inline editable colour in line with links as not an error
contition (to allow of legacy imported pools).
- Change "Empty" legacy pool imports compression text to "Unset".
- Improve and normalise compression tooltip text.
- Add 'compression' and 'extra mount options' tooltips to Pool overview.
- Remove inconsistent root pool mount edit options see issue rockstor#1861 where
compression and mount options were offered on system drive details page.
- Display system Pool.compression and Pool.mnt_options as per other
pools but without edit options: i.e. 'no', if set, rather than 'OFF' as
hard wired.
Thanks to forum member razaborg in the following thread for helping to highlight this issue. In pool overview we have compression and extra mount options disabled for this pool, but in the same pool's details page these options are active. However any attempt to use them fails as we have backend preventative logic to catch these currently unsupported actions.
It is proposed that we also disable these currently dysfunctional options in the system pool details page to gain consistency and then address, at a later date, the 'special case' of changing this system pool's mount options.
Please update the following forum thread with this issues resolution:
https://forum.rockstor.com/t/unable-to-change-mount-options-for-the-rockstor-rockstor-pool/4128
The text was updated successfully, but these errors were encountered: