Hey Guys,
I am trying to do an update to the current version of OMV from 6.9.16-1 and I ran the first step:
sudo omv-salt stage run deploy
Looks like things are ready as I see:
Summary for debian
------------
Succeeded: 2 (changed=2)
Failed: 0
However, I just wanted to understand the following errors that I received at the very end after the total run time is displayed:
[ERROR ] Command 'mount' failed with return code: 11
[ERROR ] stderr: Remounting is not supported at present. You have to umount volume and then mount it once again.
[ERROR ] retcode: 11
[ERROR ] {'umount': 'Forced remount because options (big_writes) changed'}
[ERROR ] Command 'mount' failed with return code: 11
[ERROR ] stderr: Remounting is not supported at present. You have to umount volume and then mount it once again.
[ERROR ] retcode: 11
[ERROR ] {'umount': 'Forced remount because options (big_writes) changed'}
Any ideas on what these errors could be related to?