OpenVZ-legacy
  1. OpenVZ-legacy

ploop.ovzl

Public
AuthorCommitMessageCommit dateIssues
Kir KolyshkinKir Kolyshkin
315be07ec07Released ploop 1.13.2Changes: see https://openvz.org/Download/ploop/1.13.2/changes [1.13.2: fix ploop.spec changelog syntax] Signed-off-by: Kir Kolyshkin <kir@openvz.org>
Kir KolyshkinKir Kolyshkin
a1f1831fa9aReleased ploop 1.13.1Changelog: see https://openvz.org/Download/ploop/1.13.1/changes Signed-off-by: Kir Kolyshkin <kir@openvz.org>
Kir KolyshkinKir Kolyshkin
1db21a832bacheck_snapshot_mount: don't check top deltaThis is a regression introduced by commit c801414 -- since that one we can't merge top delta online because we find it's busy. The solution is to not check the top delta, as it was before the commit c801414. https://bugzilla.openvz.org/3215 Reported-by: Andrey Tataranovich <tataranovich@gmail.com> Reported-by: Roman Gakhov <roman.gakhov@gmail.com> Signed-off-by: Kir Kolyshkin <kir@openvz.org>
Kir KolyshkinKir Kolyshkin
5838825cda2ploop_merge_snapshot_by_guid(): fix messagesWhile commit c46f388 did the right thing, the problem with it is the variable parent_guid used might already be free()'d by ploop_di_merge_image() above, so we pass a junk pointer to printf. One solution would be to strdup() parent_guid so it can be used later in the code. But let's be simple and not print any guid at all, since we already printed it earlier. What we want at the end is just a ...
Kir KolyshkinKir Kolyshkin
c8d102c7496ploop_merge_snapshot_by_guid(): don't returnIn all the other places we jump to err: label, but for some reason here we just return an error. Fix this. Signed-off-by: Kir Kolyshkin <kir@openvz.org>
Kir KolyshkinKir Kolyshkin
ad56299d7eeploop(8): document SYSEXIT_NOSNAPSigned-off-by: Kir Kolyshkin <kir@openvz.org>
Kir KolyshkinKir Kolyshkin
30ed7b1c17dploop.spec: more 1.13 changesIt's too late for a release already, but let's not lose it. Signed-off-by: Kir Kolyshkin <kir@openvz.org>