commit | f9b4480d8ce559af94578d0a69b0f52838acb400 | [log] [download] |
---|---|---|
author | Kir Kolyshkin <kir@openvz.org> | Tue May 01 11:28:51 2012 +0400 |
committer | Kir Kolyshkin <kir@openvz.org> | Tue May 01 11:28:51 2012 +0400 |
tree | f45e1cfaa7414ee807eb2edabf8f50924fd5132d | |
parent | 2bb2af83fb803e9b0d9d28a9e0a792fed76cdbc6 [diff] |
vzmigrate: be silent about disabled quota Commit f9a2ec8c made vzmigrate skip all vzquota operations for ploop case. It was done by setting DISK_QUOTA=no which is perfectly fine, except for the messages printed by vzmigrate saying "skipping quota migration" (in case -v -v is specified). We could guard those messages by enclosing them in if [ "$PLOOP" != "yes" ]; then ... fi But it's easier just to remove those. Signed-off-by: Kir Kolyshkin <kir@openvz.org>