You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* typos and other minor fixes
* Add Erase volume methods
.. and deprecate delete volume methods
* Fix type in doc
* Remove force erase flag
2.x does not support force flag and only 3.x supports this flag.
To preserve backward compatibility of the api, use 2.x request
against 3.x for now. Once the 2.x is phased out, add force flag.
Remove force erase flag
2.x does not support force flag and only 3.x supports this flag.
To preserve backward compatibility of the api, use 2.x request
against 3.x for now. Once the 2.x is phased out, add force flag.
* eraseVolume: Add 3.x and 2.x erase volume methods
Adds two different erase volume methods - one for 3.x and
other for 2.x.
On 2.x, Quobyte decides when to schedule the erase volume
task (typically with little delay after api call).
On 3.x, user can request immediate erase volume task
scheduling or let Quobyte decide.
0 commit comments