---------------- openstack commands ---------------------
http://support.loomsystems.com/openstack-made-easy/openstack-cheat-sheet-2017
http://support.loomsystems.com/openstack-made-easy
openstack CLI cheat sheet 1
https://docs.openstack.org/user-guide/cli-cheat-sheet.html
most-common-useful-openstack-commands-surendra-nath-sahoo
nova list --all-tenants
nova --debug list --all-tenants
To see the logs
cd /var/log/nova
tail -f *.log
cinder list --all-tenants |more
cinder list --all-tenants |grep error
cinder reset-state --state available 03224c54-a607-412b-85d0-97ce8b92e893
cinder list --all-tenants |grep 03224c54-a607-412b-85d0-97ce8b92e893
cinder delete eb116c73-8ce5-4c4d-8083-8d864cec3841
http://support.loomsystems.com/openstack-made-easy/openstack-cheat-sheet-2017
http://support.loomsystems.com/openstack-made-easy
openstack CLI cheat sheet 1
https://docs.openstack.org/user-guide/cli-cheat-sheet.html
most-common-useful-openstack-commands-surendra-nath-sahoo
nova list --all-tenants
nova --debug list --all-tenants
To see the logs
cd /var/log/nova
tail -f *.log
------- Cinder / Volume commands -----------------
nova volume-list --all-tenants |morecinder list --all-tenants |more
cinder list --all-tenants |grep error
cinder reset-state --state available 03224c54-a607-412b-85d0-97ce8b92e893
cinder list --all-tenants |grep 03224c54-a607-412b-85d0-97ce8b92e893
cinder delete eb116c73-8ce5-4c4d-8083-8d864cec3841
No comments:
Post a Comment