]> git.proxmox.com Git - pve-container.git/commitdiff
pct mount: tell user where he can find the mounted CT
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 16 Nov 2017 14:07:39 +0000 (15:07 +0100)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Thu, 23 Nov 2017 12:14:57 +0000 (13:14 +0100)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
src/PVE/CLI/pct.pm

index 3253906042e63b6ae6808fb5bbf8a7b6752200d0..05fcb29b8b5f25b3126fc99070020b2cae65a7fd 100755 (executable)
@@ -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;
     }});