Bug 1849091
Summary: | [RFE] Support standard NBD URL syntax | ||
---|---|---|---|
Product: | [oVirt] ovirt-imageio | Reporter: | Nir Soffer <nsoffer> |
Component: | Common | Assignee: | Nir Soffer <nsoffer> |
Status: | CLOSED DEFERRED | QA Contact: | Avihai <aefrat> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 2.0.0 | CC: | ahadas, bugs, michal.skrivanek, nsoffer, rjones, tnisan |
Target Milestone: | --- | Keywords: | FutureFeature |
Target Release: | --- | Flags: | pm-rhel:
ovirt-4.5?
pm-rhel: planning_ack? pm-rhel: devel_ack? pm-rhel: testing_ack? |
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2022-05-11 12:39:20 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | Storage | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | |||
Bug Blocks: | 1849097 |
Description
Nir Soffer
2020-06-19 15:25:06 UTC
Related to bug 1657713, using NBD transport for virt-v2v. This request is not currently committed to 4.4.z, moving it to 4.5 Nir, is there a good reason to support the new syntax? can we just stay with the old syntax? Consistency with other projects and a predictable system for quoting/escaping unsafe characters in paths and export names. (In reply to Eyal Shenitzky from comment #3) > Nir, is there a good reason to support the new syntax? can we just stay with > the old syntax? New URL format is required for exposing NBD socket to virt-v2v, or to other clients. qemu may deprecate the old non-standard URL syntax in future versions, which will break our backup code. Keeping the old format is technical debt. We are past 4.5.0 feature freeze, please re-target. We'll keep the bug on VDSM - it's obvious that a change in imageio is needed for this Bug is tracked upstream in https://github.com/oVirt/ovirt-imageio/issues/68. |