commit | 1259779eff0f1c77b417c0015ee8d88483ff4465 | [log] [download] |
---|---|---|
author | Kir Kolyshkin <kir@openvz.org> | Wed May 12 19:53:18 2010 +0400 |
committer | Kir Kolyshkin <kir@openvz.org> | Wed May 12 19:57:07 2010 +0400 |
tree | 8b5faa18de9bdb804379350f784466201748d96e | |
parent | ddd83c1e5c2e6b3159a7c2377e14937c277bb337 [diff] |
vzmigrate: do not try to turn quota off if DISK_QUOTA=off The bug prevents migrating stopped CT when DISK_QUOTA=off. We check DISK_QUOTA in other places but forgot it here. Initially reported by Valerij Frolov. Initial fix by Marat Stanichenko. http://bugzilla.openvz.org/1094