-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
machines/libvirt: Drop volume paths #1628
machines/libvirt: Drop volume paths #1628
Conversation
Volume should be identified by their names and their paths should be left to their container pools. This change is needed to allow for custom storage locations. This is the needed update in Installer for the actual change in the libvirt actuator: openshift/cluster-api-provider-libvirt#144
I tested this, and it |
@cgwalters Thanks. It shouldn't work with existing actuator btw so I'm guessing you tested with an override for the actuator including openshift/cluster-api-provider-libvirt#144 ? |
Upon some inspection, turns out I'd recently changed my installer dev flow and while I'd built the installer from your PR I hadn't actually moved it into my |
/test e2e-libvirt |
@praveenkumar The test will fail until openshift/cluster-api-provider-libvirt#144 is merged. The change there is backwards compatible but not here so we need to handle that PR first. |
/test e2e-libvirt |
1 similar comment
/test e2e-libvirt |
/retest |
/retest |
/test e2e-libvirt |
/retest |
/test e2e-libvirt |
1 similar comment
/test e2e-libvirt |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: cgwalters, zeenix The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/approved |
/retest Please review the full test history for this PR and help us cut down flakes. |
1 similar comment
/retest Please review the full test history for this PR and help us cut down flakes. |
Volume should be identified by their names and their paths should be left to their container pools. This change is needed to allow for custom storage locations.
This is the needed update in Installer for the actual change in the libvirt actuator: openshift/cluster-api-provider-libvirt#144
Fixes #308.