Skip to content

Commit

Permalink
New label to support source volume based provision (libopenstorage#1423
Browse files Browse the repository at this point in the history
…) (libopenstorage#1443)

Signed-off-by: veda <[email protected]>
  • Loading branch information
talakad authored Feb 26, 2020
1 parent 01a27a1 commit 63c0ecf
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions api/api.go
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,12 @@ const (
// the VolumeSpec.force_unsupported_fs_type. When set to true it asks
// the driver to use an unsupported value of VolumeSpec.format if possible
SpecForceUnsupportedFsType = "force_unsupported_fs_type"
SpecNodiscard = "nodiscard"
StoragePolicy = "storagepolicy"
// SpecMatchSrcVolProvision defaults to false. Applicable to cloudbackup restores only.
// If set to "true", cloudbackup restore volume gets provisioned on same pools as
// backup, allowing for inplace restore after.
SpecMatchSrcVolProvision = "match_src_vol_provision"
SpecNodiscard = "nodiscard"
StoragePolicy = "storagepolicy"
)

// OptionKey specifies a set of recognized query params.
Expand Down

0 comments on commit 63c0ecf

Please sign in to comment.