Skip to content
This repository has been archived by the owner on Sep 4, 2021. It is now read-only.

test: VolumeSuite.TestVolumeTransmitAPI failing to delete volume #3045

Closed
josephglanville opened this issue Jul 4, 2016 · 3 comments
Closed

Comments

@josephglanville
Copy link
Contributor

Relevant excerpt:

test_volume.go:18:
    s.doVolumeTransmitAPI(hosts[0], hosts[0], t)
test_volume.go:63:
    t.Assert(h1.DestroyVolume(vol2.ID), c.IsNil)
... value httphelper.JSONError = httphelper.JSONError{Code:"unknown_error", Message:"Something went wrong", Detail:json.RawMessage(nil), Retry:false} ("unknown_error: Something went wrong")

Full log: https://ci.flynn.io/builds/20160704171721-ced95389

@titanous
Copy link
Contributor

titanous commented Jul 6, 2016

The error from the host is:

cannot destroy 'flynn-default/e6886cba-cde8-4b69-be56-8a28120ece0e': dataset is busy

@titanous
Copy link
Contributor

titanous commented Jul 6, 2016

Let's wait for #3030 before looking into this further, it could be related to the mount leaks we've seen with libvirt-lxc.

@titanous
Copy link
Contributor

I believe this was fixed by #3030.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants