In general, the devstack will cost how much of your disk?
In general, your devstack
VM occupy space use how much disk size?
I am install the devstack
by $ sudo -u stack ./stack.sh
, get bellow error:
An unexpected error prevented the server from fulfilling your request. (HTTP 500) (Request-ID: req-42b71255-848a-4f18-9d0c-e9602742a4f4)
and I check the vm disk size:
stack@ldl-VirtualBox:~/devstack$ df -h
Filesystem Size Used Avail Use% Mounted on
udev 980M 0 980M 0% /dev
tmpfs 200M 24M 177M 12% /run
/dev/sda1 7.8G 7.0G 387M 95% /
tmpfs 1000M 244K 1000M 1% /dev/shm
tmpfs 5.0M 4.0K 5.0M 1% /run/lock
tmpfs 1000M 0 1000M 0% /sys/fs/cgroup
tmpfs 200M 80K 200M 1% /run/user/1000
you see the /
have used 95%
. I just re-run the ./stack.sh
several times because of some errors. I mean whether failed I should delete something? if your devstack install will occupy so many disk size?