From 2890535e8470646441e0f786c73e2b31f342e600 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20S?= Date: Sat, 4 Sep 2021 10:23:27 +0000 Subject: [PATCH] Add device add disk with block device --- docs/Howtos/HowtoLXD.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/Howtos/HowtoLXD.md b/docs/Howtos/HowtoLXD.md index de2a16f..6dd8077 100644 --- a/docs/Howtos/HowtoLXD.md +++ b/docs/Howtos/HowtoLXD.md @@ -36,6 +36,7 @@ $ #Create a images volume in the local (default) pool (ZFS) and use it for image $ lxc storage volume create local images $ lxc config set storage.images_volume local/images $ lxc config device add $containerName $deviceName disk source=/home/foo path=/home/foo +$ lxc config device add $containerName $deviceName disk source=/dev/ path=/home/foo ``` Path: