Snapshots taking long time
I launched an openstack instance using m1.small flavor, i deployed docker inside this instance and when i upload a docker image it takes a lot of time (hours). Then when i tried to create a snapshot of that instance it takes all the day in the saving state until i deleted them.
Is there a problem? If yes, how can i solve it?
The nova api log helps you to find the request ID of the snapshot API. It starts with req- and is followed by a hex string.
Find the request ID in Nova logs to get more info.
Please check the nova logs while doing the snapshot. Then are you trying to upload your Docker image to a public registry??
@vathanlal i'm trying to upload docker image to the launched instance
Could you please give me more details about how do you upload your docker image to the instance??