Bug 1634378
Summary: | Fedora-Cloud-Base-29-20180923.n.0.x86_64 boot Failed | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Jaydeep Godara <jaydeep415> |
Component: | cloud-init | Assignee: | Garrett Holmstrom <gholms> |
Status: | CLOSED NOTABUG | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 29 | CC: | adimania, apevec, eterrell, gholms, lars, shardy, skumari, s |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | x86_64 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2018-10-05 15:49:03 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Jaydeep Godara
2018-09-30 11:34:15 UTC
Wanted to double check, did you try steps mentioned in wiki https://fedoraproject.org/wiki/Local_Test_Cloud_Installation_Guide to run qcow2 image using testcloud? I used following steps and it works for me on a latest image: $ wget https://kojipkgs.fedoraproject.org/compose/branched/Fedora-29-20180929.n.0/compose/Cloud/x86_64/images/Fedora-Cloud-Base-29-20180929.n.0.x86_64.qcow2 $ sudo testcloud instance create test -u file:///home/test/Fedora-Cloud-Base-29-20180929.n.0.x86_64.qcow2 Above testcloud command run gave IP 192.168.122.97 on completion, now ssh to created vm with password 'passw0rd' $ ssh fedora.122.97 can ssh successfully into test vm which got created. |