On 04/11/22 12:11, Richard W.M. Jones wrote:
I would like to remove the -o json option in virt-v2v 2.2.
It was added to support KubeVirt, but never actually used. It is
better for specific targets to implement a proper output mode (as we
will eventually do for KubeVirt) rather than relying on a custom
templating language which knows nothing about the target.
This preparatory patch removes only the documentation, although it
leaves a note in the main manual page that the feature existed and is
deprecated.
---
docs/virt-v2v-output-local.pod | 55 ----------------------------------
docs/virt-v2v.pod | 11 ++-----
2 files changed, 2 insertions(+), 64 deletions(-)
Reviewed-by: Laszlo Ersek <lersek(a)redhat.com>