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

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