commit | 78a0518af5ce7ce8c13a3aa5f3d4247164d0bfab | [log] [download] |
---|---|---|
author | Kir Kolyshkin <kir@openvz.org> | Thu Apr 12 17:40:23 2007 +0400 |
committer | Kir Kolyshkin <kir@openvz.org> | Thu Apr 12 17:40:23 2007 +0400 |
tree | df943239888507bfe5dddb989f1d0b9a85cc76d0 | |
parent | 98b5ec68e1e8a0f749a5c2d7d9c16b4bca30ea67 [diff] |
vzsplit: fix hardcoded /vz and warning on reiserfs vzsplit used hardcoded /vz path to check disk space. This patch makes it use VE_PRIVATE from global VZ config file. http://bugzilla.openvz.org/416 The other issue fixed in this patch is the following warning: WARNING: Recommended minimal size of /vz partition is 20Gb! which is printed when /vz is residing on reiserfs. This is because reiserfs reports 0 inodes. http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=415645 http://openvz.org/pipermail/debian/2007-March/000136.html