lxc / ruby-lxc

ruby bindings for liblxc
https://linuxcontainers.org/lxc
GNU Lesser General Public License v2.1
133 stars 29 forks source link

Rescue LXCError is shutdown does not work, so that stop method is reachable #8

Closed ranjib closed 10 years ago

ranjib commented 10 years ago

Currently the teardown method attempts to stop the container if shutdown does not work. But a failed shutdown call throws LXCError, making the stop call unreachable

andrenth commented 10 years ago

Thanks, fixed it slightly differently in f3dc3e3