Add -fresh option to server command line to instruct the Ios server to ignore and overwrite persistent storage if present. This will save the need to run rm persistent_* before starting a fresh Ios instance.
Issue upgraded to bug as Ios server currently cannot detect the difference between a fresh instance and a recovering instance, where persistent storage has been lost
Add -fresh option to server command line to instruct the Ios server to ignore and overwrite persistent storage if present. This will save the need to run
rm persistent_*
before starting a fresh Ios instance.