Sven Anderson

Results 61 comments of Sven Anderson

Hehe, I used this for playing around and had exactly the same idea. :-)

Also the C api doesn't look very consistent... I personally would prefer a C++ library anyways, with an python wrapper around it. I guess in the midterm keeping two libraries...

> > I'm a bit confused as to which program is being used to build the .app file, perhaps a python tool? > > We use create-dmg: https://github.com/create-dmg/create-dmg @apjanke I...

@nixpanic @phlogistonjohn So, apparently this only crashes, when the error returned by `image.Remove()` is ignored, which many of the tests in `rbd_test.go` do (like [here](https://github.com/ceph/go-ceph/blob/master/rbd/rbd_test.go#L393)), and which is why I...

Ok, here an update of my findings so far: I can reproduce something very similar with C++ code whenever the destructor of the ImageCtx object is called after the rados...

In the meantime I was able to reproduce it with a pure C API code a couple of times as well. So here is my conclusion so far: At least...

After some conversation with @nixpanic while reiterating over this issue, I can confirm that the crash also happens, when the image is opened read-only and is then removed without closing...

Created https://tracker.ceph.com/issues/45437 upstream.

@dillaman I would still say it's misleading that it's possible to "remove" an opened image, if it doesn't actually destroy it. Maybe there are some terminology nuances in Ceph that...

Sure, I’m ok with that. John Mulligan schrieb am Mi. 11. Dez. 2019 um 20:51: > Since I'm already kind of using this issue as a kind of project >...