Skip to content

Commit

Permalink
Merge pull request kubevirt#730 from rthallisey/update-libvirt-image
Browse files Browse the repository at this point in the history
Update the iscsi demo README to use the libvirt-kubevirt image
  • Loading branch information
fabiand authored Feb 14, 2018
2 parents 15cdc79 + f3c0c9c commit 1317d49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/iscsi-demo-target-tgtd/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ pod "iscsi-demo-target-tgtd" created
# Run a qemu instance to see if the target can be used
# Note: This is not testing the PV or PVC, just the service and target
# Use ctrl-a c quit to quit
$ kubectl run --rm -it qemu-test --image=kubevirt/libvirtd -- \
$ kubectl run --rm -it qemu-test --image=kubevirt/libvirt -- \
qemu-system-x86_64 \
-snapshot \
-drive file=iscsi://iscsi-demo-target/iqn.2017-01.io.kubevirt:sn.42/2 \
Expand Down

0 comments on commit 1317d49

Please sign in to comment.