Closed fridex closed 7 years ago
Do not remove storage if the storage is not used by any task. This way a user can define storage and import it manually:
from selinon import StoragePool s = StoragePool.get_connected_storage('MyStorage')
The warning about unused storage should be printed though.
Do not remove storage if the storage is not used by any task. This way a user can define storage and import it manually:
The warning about unused storage should be printed though.