| Summary: | nbdkit doesn't support new NBD protocol | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Matt Hirsch <matthew.hirsch> | ||||
| Component: | nbdkit | Assignee: | Richard W.M. Jones <rjones> | ||||
| Status: | CLOSED UPSTREAM | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | unspecified | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | 23 | CC: | matthew.hirsch, rjones | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | x86_64 | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2016-01-11 18:47:51 UTC | Type: | Bug | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Attachments: |
|
||||||
|
Description
Matt Hirsch
2016-01-09 06:53:55 UTC
Indeed - nbdkit only supports the original NBD protocol (same as qemu-nbd). Patches welcome to fix this. Created attachment 1113640 [details] 0001-Add-support-for-newstyle-NBD-protocol-RHBZ-1297100.patch Please try the following patch: https://www.redhat.com/archives/libguestfs/2016-January/msg00026.html (The same patch is also attached). Note that you must add '-n' on the command line to get newstyle protocol support. I did a bit more testing and pushed the following commit upstream: https://github.com/libguestfs/nbdkit/commit/f93807114634d58ca2ef0d64f7637ebd87e48a50 Your testing is still welcomed, but for now I am closing this bug as being fixed upstream, and in Fedora Rawhide soon. Thanks very much! I'll report back with a test result as soon as I get a chance. Rawhide build: http://koji.fedoraproject.org/koji/taskinfo?taskID=12501791 Try this build: http://koji.fedoraproject.org/koji/taskinfo?taskID=12502874 I tested this, it works great for my disk image. Thanks again for doing this! |