framework icon indicating copy to clipboard operation
framework copied to clipboard

Introduce 'status' field for StorageDrivers

Open kvanhijf opened this issue 7 years ago • 3 comments

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, ...

kvanhijf avatar Mar 10 '17 12:03 kvanhijf