Please,
Can i get the storage status (enabled/disabled) via pvesh?
I can put this information in:
I can get some information in:
But, can i get the information about if the storage is disabled or not?
Would it be possible for me to know if all the data that was sent to the storage was committed?
I need to know this information so after confirming that the storage (rbd) is really unused (disabled and committed) I can then safely disable / shut down ceph (monitors, osds and nodes) in a script that I'm writing.
Tanks a lot!
Can i get the storage status (enabled/disabled) via pvesh?
I can put this information in:
Code:
pvesh put /storage/{storage}/disable <boolean>
I can get some information in:
Code:
pvesh get /storage/{storage}
But, can i get the information about if the storage is disabled or not?
Would it be possible for me to know if all the data that was sent to the storage was committed?
I need to know this information so after confirming that the storage (rbd) is really unused (disabled and committed) I can then safely disable / shut down ceph (monitors, osds and nodes) in a script that I'm writing.
Tanks a lot!