-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 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.
- Loading branch information
Showing
5 changed files
with
46 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters