xapi-project / xapi-nbd

Expose XenServer disks conveniently over NBD
Other
4 stars 11 forks source link

Disconnecting client causes other clients connecting to the same VDI to fail #9

Closed gaborigloi closed 7 years ago

gaborigloi commented 7 years ago

This is because we use the pid, but we have Lwt threads here, so the clients will have the same datapath id, and the datapath is that string. Different connections to the same VDI should probably be represented by different datapaths and therefore different strings.

gaborigloi commented 7 years ago

Oops, this has been fixed by https://github.com/xapi-project/xapi-nbd/pull/11 , closing.