Add support for driver_set_once_metadata config - #360
Open
kpawar-sap wants to merge 1 commit into
Open
kpawar-sap wants to merge 1 commit into
kpawar-sap wants to merge 1 commit into
Conversation
kpawar-sap
requested review from
Carthaca,
chuan137,
crenduchinta88,
skook1 and
sumitarora2786
as code owners
September 3, 2026 11:24
kpawar-sap
force-pushed
the
nfs_full_permission
branch
2 times, most recently
from
September 4, 2026 12:42
f165b51 to
ecb6b92
Compare
Author
|
tested |
Author
|
upstream PR - https://review.opendev.org/c/openstack/manila/+/1003950 |
kpawar-sap
force-pushed
the
nfs_full_permission
branch
from
September 7, 2026 10:04
ecb6b92 to
68ad019
Compare
Introduce a new config option driver_set_once_metadata (list, default empty). Metadata keys listed here may be written to a share exactly once over its lifetime. On first set the value is persisted in the database and, forwarded to the share driver via the existing update_share_from_metadata RPC. Any subsequent attempt to update or overwrite a key already present returns HTTP 400. Change-Id: Iacb5f38db50273f8bab8fdc6721a53b9665d1014
kpawar-sap
force-pushed
the
nfs_full_permission
branch
from
September 16, 2026 08:38
68ad019 to
ad80112
Compare
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Introduce a new config option driver_set_once_metadata (list, default empty). Metadata keys listed here may be written to a share exactly once over its lifetime. On first set the value is persisted in the database and, forwarded to the share driver via the existing update_share_from_metadata RPC. Any subsequent attempt to update or overwrite a key already present returns HTTP 400.
Change-Id: Iacb5f38db50273f8bab8fdc6721a53b9665d1014