-
Notifications
You must be signed in to change notification settings - Fork 119
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
Add setup to emulate SCSI devices #691
Conversation
/retest |
/test check-provision-k8s-1.22 |
Use emulated scsi devices in the provisioned nodes for development and testing. Set the variable KUBEVIRT_PROVIDER_EXTRA_ARGS="--scsi 1G" for creating a SCSI disk during the node creation. Signed-off-by: Alice Frosi <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: dhiller 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 |
Don't quite understand what it is I am looking at, but I don't see anything wrong with it. |
@awels it is a setup to allow the creation of SCSI devices in the provisioned node. This might be useful for testing scsi functionalities. At least, I also used it for verifying the lun disks that have a bug kubevirt/kubevirt#6672 |
Sorry to bother then. I think if you were able to verify it by using it @alicefr then it should be good to go. /unhold |
[7ca1f13 Add setup to emulate SCSI devices](kubevirt/kubevirtci#691) Signed-off-by: kubevirt-bot <[email protected]>
[7ca1f13 Add setup to emulate SCSI devices](kubevirt/kubevirtci#691) Signed-off-by: kubevirt-bot <[email protected]>
[7ca1f13 Add setup to emulate SCSI devices](kubevirt/kubevirtci#691) Signed-off-by: kubevirt-bot <[email protected]>
[7ca1f13 Add setup to emulate SCSI devices](kubevirt/kubevirtci#691) Signed-off-by: kubevirt-bot <[email protected]>
[7ca1f13 Add setup to emulate SCSI devices](kubevirt/kubevirtci#691) Signed-off-by: kubevirt-bot <[email protected]>
[7ca1f13 Add setup to emulate SCSI devices](kubevirt/kubevirtci#691) Signed-off-by: kubevirt-bot <[email protected]>
[7ca1f13 Add setup to emulate SCSI devices](kubevirt/kubevirtci#691) Signed-off-by: kubevirt-bot <[email protected]>
[7ca1f13 Add setup to emulate SCSI devices](kubevirt/kubevirtci#691) Signed-off-by: kubevirt-bot <[email protected]>
[7ca1f13 Add setup to emulate SCSI devices](kubevirt/kubevirtci#691) Signed-off-by: kubevirt-bot <[email protected]>
[7ca1f13 Add setup to emulate SCSI devices](kubevirt/kubevirtci#691) Signed-off-by: kubevirt-bot <[email protected]>
[7ca1f13 Add setup to emulate SCSI devices](kubevirt/kubevirtci#691) Signed-off-by: kubevirt-bot <[email protected]>
[7ca1f13 Add setup to emulate SCSI devices](kubevirt/kubevirtci#691) Signed-off-by: kubevirt-bot <[email protected]>
[7ca1f13 Add setup to emulate SCSI devices](kubevirt/kubevirtci#691) Signed-off-by: kubevirt-bot <[email protected]>
[7ca1f13 Add setup to emulate SCSI devices](kubevirt/kubevirtci#691) Signed-off-by: kubevirt-bot <[email protected]>
[7ca1f13 Add setup to emulate SCSI devices](kubevirt/kubevirtci#691) Signed-off-by: kubevirt-bot <[email protected]>
Use emulated scsi devices in the provisioned nodes for development and testing.
Set the variable KUBEVIRT_PROVIDER_EXTRA_ARGS="--scsi 1G" for creating a SCSI disk during the node creation.
This PR adds a similar setup for SCSI devices like #672 for NVMe devices.
Example