Skip to content

Commit

Permalink
Merge branch 'release-7.0' into automated-cherry-pick-of-libopenstora…
Browse files Browse the repository at this point in the history
…ge#1440-release-7.0
  • Loading branch information
ggriffiths authored Feb 26, 2020
2 parents 7217e83 + 63c0ecf commit 9c6881a
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 9c6881a

Please sign in to comment.