From 85aa1113b0d2d7cf1433c53b30026c87bad81fec Mon Sep 17 00:00:00 2001 From: abenmiloud Date: Tue, 10 Dec 2019 15:39:41 +0100 Subject: [PATCH] =?UTF-8?q?Pr=C3=A9cision=20pour=20resize=20RBD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- HowtoCeph.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/HowtoCeph.md b/HowtoCeph.md index 6c25fba3..61ecb051 100644 --- a/HowtoCeph.md +++ b/HowtoCeph.md @@ -597,9 +597,11 @@ Il est possible d'étendre ou de réduire un block device au sein d'un pool. Si Il reste à avertir la machine que le device a changé de taille : ~~~ -# virsh blockresize testrbd /dev/rbd/rbd/foo 10G +# virsh blockresize $domain $dev $size_g ~~~ +> La variable `dev` peut être déterminée avec la commande `virsh domblklist $domain` + > Si on souhaite réduire la taille du block device : > > ~~~