Ajout sous-section « création vm proprement »

This commit is contained in:
abenmiloud 2018-07-18 12:19:17 +02:00
parent 3abe56bb3c
commit bc54e00c74

View file

@ -577,4 +577,11 @@ allouée *par pool* :
~~~ ~~~
ceph df ceph df
~~~
## création vm proprement
~~~
# apt install qemu-block-extra
# qemu-img create -f raw rbd:rdb/bar 8
~~~ ~~~