SHA256
1
0
forked from pool/docker

* Add a patch to fix database soft corruption issues if the Docker dameon dies

in a bad state. There is a PR upstream to vendor Docker to have this fix as
  well, but it probably won't get in until 1.11.2. bnc#964673
  (https://github.com/docker/docker/pull/22765)
  + bnc964673-boltdb-metadata-recovery.patch

OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/docker?expand=0&rev=105
This commit is contained in:
2016-05-16 13:58:14 +00:00
committed by Git OBS Bridge
parent f2ab5e5b2d
commit ca40a59d67
3 changed files with 111 additions and 0 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Mon May 16 13:55:07 UTC 2016 - asarai@suse.de
* Add a patch to fix database soft corruption issues if the Docker dameon dies
in a bad state. There is a PR upstream to vendor Docker to have this fix as
well, but it probably won't get in until 1.11.2. bnc#964673
(https://github.com/docker/docker/pull/22765)
+ bnc964673-boltdb-metadata-recovery.patch
-------------------------------------------------------------------
Mon May 2 07:40:22 UTC 2016 - asarai@suse.de