Add PowerFlex connector configuration support via system-files plug - #219
Open
jproque-dell wants to merge 2 commits into
Open
jproque-dell wants to merge 2 commits into
jproque-dell wants to merge 2 commits into
Conversation
Add read-only system-files access to /opt/emc/scaleio/openstack/connector.conf for nova-compute to enable legacy Dell PowerFlex volume attachments. The plug is narrowly scoped to the specific file and assigned only to nova-compute, following the existing etc-driverctl pattern. Signed-off-by: Jean-Pierre Roquesalane <jeanpierre.roquesalane@dell.com>
jproque-dell
marked this pull request as ready for review
September 18, 2026 08:41
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.
Add PowerFlex connector configuration support via system-files plug
Summary
Add a
system-filesplug to allow thenova-computeservice to read the Dell PowerFlex connector configuration file required for legacy PowerFlex volume attachments in Sunbeam deployments.Problem
Legacy versions of Dell PowerFlex (prior to OpenStack 2025.2) require the Nova compute service to read connector credentials from a fixed path on each compute host: /opt/emc/scaleio/openstack/connector.conf
The strictly confined
openstack-hypervisorsnap does not currently expose this host path, preventing PowerFlex volume attachments from working with Sunbeam deployments.Solution
Add a narrowly scoped
system-filesplug that grants read-only access to the specific configuration file and assign it to thenova-computeapplication.Changes
Add system-files plug declaration
After the existing
etc-driverctlplug in theplugs:section:Assign plug to nova-compute
Add the new plug to the nova-compute application's plugs list:
Security Considerations
Additional Notes
This change is required for PowerFlex versions prior to OpenStack 2025.2
Assisted-by: Devin (Claude)