containers / docker-lvm-plugin

Docker volume plugin for LVM volumes
GNU Lesser General Public License v3.0
155 stars 64 forks source link

Fix import path for ProcessExitCode(). #22

Closed amatsus closed 8 years ago

amatsus commented 8 years ago

This is related to https://github.com/docker/docker/commit/d7022f2b46589cb9d860219e1d8278351ba147c3.

shishir-a412ed commented 8 years ago

@amatsus Thanks ! LGTM.

shishir-a412ed commented 8 years ago

@lsm5 Can we build a new rpm for docker-lvm-plugin with these changes ?

/cc @rhatdan

amatsus commented 8 years ago

@shishir-a412ed Thanks, merged :) I'd say it's early to build a new rpm because this commit is needed to build with https://github.com/projectatomic/docker/tree/docker-1.13. Would you like to create a new branch for docker-1.12 or earlier?

shishir-a412ed commented 8 years ago

@amatsus yeah discussed it with @lsm5. Have dropped (building the new rpm) it for now.

Shishir