The following pull request was submitted through Github. It can be accessed and reviewed at: https://github.com/lxc/lxd/pull/3009
This e-mail was sent by the LXC bot, direct replies will not reach the author unless they happen to be subscribed to this list. === Description (from pull-request) === Signed-off-by: Christian Brauner <christian.brau...@ubuntu.com>
From bca8b48cd64a22636e09c3974e2ff150f6f732b5 Mon Sep 17 00:00:00 2001 From: Christian Brauner <christian.brau...@ubuntu.com> Date: Sat, 4 Mar 2017 00:21:46 +0100 Subject: [PATCH] lvm: log loop device used Signed-off-by: Christian Brauner <christian.brau...@ubuntu.com> --- lxd/storage_lvm.go | 1 + 1 file changed, 1 insertion(+) diff --git a/lxd/storage_lvm.go b/lxd/storage_lvm.go index 972bbc3..a2a9915 100644 --- a/lxd/storage_lvm.go +++ b/lxd/storage_lvm.go @@ -671,6 +671,7 @@ func (s *storageLvm) StoragePoolMount() (bool, error) { return false, loopErr } s.loopInfo = loopF + shared.LogDebugf("Using loop device \"%s\" for storage pools \"%s\".", loopF.Name(), s.pool.Name) } return true, nil
_______________________________________________ lxc-devel mailing list lxc-devel@lists.linuxcontainers.org http://lists.linuxcontainers.org/listinfo/lxc-devel