framework
framework copied to clipboard
Introduce 'status' field for StorageDrivers
StorageDrivers should get a status (dynamic) property. This could be used to determine whether a vDisk can be added / deleted / migrated / ... to/from this StorageDriver. Currently we always allow this unless the corresponding StorageRouter is offline. The status of a StorageDriver could be RUNNING, INSTALLING, REMOVING, FAILURE, ...