Image Storage media is full
Hi,
I'm trying to create new image using the following command:
glance image-create --name FileName --disk-format=qcow2 --container-format=bare --file filename.qcow2
I'm getting the following error: Request returned failure status 413 request entity too large Image storage media is full: There is not enough disk space on the image storage media.
Any idea what could be the reason for that ?
PS: I have deployed OpenStack using PackStack (All-in-One)