From: Thomas Lamprecht Date: Thu, 16 Nov 2017 14:07:39 +0000 (+0100) Subject: pct mount: tell user where he can find the mounted CT X-Git-Url: https://git.proxmox.com/?p=pve-container.git;a=commitdiff_plain;h=8632d8eb680ec8c156b3ce7b375ed7c3612666e5 pct mount: tell user where he can find the mounted CT Signed-off-by: Thomas Lamprecht --- diff --git a/src/PVE/CLI/pct.pm b/src/PVE/CLI/pct.pm index 3253906..05fcb29 100755 --- a/src/PVE/CLI/pct.pm +++ b/src/PVE/CLI/pct.pm @@ -297,6 +297,8 @@ __PACKAGE__->register_method({ my $conf = PVE::LXC::Config->set_lock($vmid, 'mounted'); PVE::LXC::mount_all($vmid, $storecfg, $conf); }); + + print "mounted CT $vmid in '/var/lib/lxc/$vmid/rootfs'\n"; return undef; }});