Skip to content

Commit

Permalink
api: Add storage_initial_owner extension
Browse files Browse the repository at this point in the history
Signed-off-by: Piotr Resztak <[email protected]>
  • Loading branch information
presztak committed Nov 24, 2024
1 parent bd9e372 commit ff61b23
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
10 changes: 10 additions & 0 deletions doc/api-extensions.md
Original file line number Diff line number Diff line change
Expand Up @@ -2646,3 +2646,13 @@ As part of this, the following configuration options have been added:
## `custom_volume_refresh_exclude_older_snapshots`

This adds support for excluding source snapshots earlier than latest target snapshot.

## `storage_initial_owner`

This adds ability to set the initial owner of a custom volume.

The following configuration options have been added:

* `initial.gid`
* `initial.mode`
* `initial.uid`
1 change: 1 addition & 0 deletions internal/version/api.go
Original file line number Diff line number Diff line change
Expand Up @@ -450,6 +450,7 @@ var APIExtensions = []string{
"instances_scriptlet_get_instances_count",
"cluster_rebalance",
"custom_volume_refresh_exclude_older_snapshots",
"storage_initial_owner",
}

// APIExtensionsCount returns the number of available API extensions.
Expand Down

0 comments on commit ff61b23

Please sign in to comment.