Cannot rebuild a networkless container
Bug #1764600 reported by
hongbin
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Zun |
Triaged
|
Low
|
Unassigned |
Bug Description
Description
===========
Create a container and detach its network. The rebuild will fail on this container.
Reproduce
=========
$ CID=$(zun run nginx | awk '/ uuid /{print $4}')
$ zun network-list $CID # print a list of networks of the container
$ zun network-detach $CID private
$ zun network-list $CID # print an empty list
$ zun rebuild $CID
$ zun list # You should see the container failed
zun-compute log: http://
Expected
========
The container should rebuild successfully
Actual
======
The rebuild failed
Changed in zun: | |
importance: | Undecided → Low |
status: | New → Triaged |
To post a comment you must log in.