[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v3 1/4] block: Add trivial backing_fmt support to qcow, sheep
From: |
Kevin Wolf |
Subject: |
Re: [PATCH v3 1/4] block: Add trivial backing_fmt support to qcow, sheepdog, vmdk |
Date: |
Mon, 9 Mar 2020 16:21:12 +0100 |
User-agent: |
Mutt/1.12.1 (2019-06-15) |
Am 06.03.2020 um 23:51 hat Eric Blake geschrieben:
> For qcow2 and qed, we want to encourage the use of -F always, as these
> formats can suffer from data corruption or security holes if backing
> format is probed. But for other formats, the backing format cannot be
> recorded. Making the user decide on a per-format basis whether to
> supply a backing format string is awkward, better is to just blindly
> accept a backing format argument even if it is ignored by the
> contraints of the format at hand.
>
> Signed-off-by: Eric Blake <address@hidden>
I'm not sure if I agree with this reasoning. Accepting and silently
ignoring -F could give users a false sense of security. If I specify a
-F raw and QEMU later probes qcow2, that would be very surprising.
Kevin
- [PATCH v3 0/4] Tighten qemu-img rules on missing backing format, Eric Blake, 2020/03/06
- [PATCH v3 1/4] block: Add trivial backing_fmt support to qcow, sheepdog, vmdk, Eric Blake, 2020/03/06
- Re: [PATCH v3 1/4] block: Add trivial backing_fmt support to qcow, sheepdog, vmdk,
Kevin Wolf <=
- Re: [PATCH v3 1/4] block: Add trivial backing_fmt support to qcow, sheepdog, vmdk, Eric Blake, 2020/03/09
- Re: [PATCH v3 1/4] block: Add trivial backing_fmt support to qcow, sheepdog, vmdk, Daniel P . Berrangé, 2020/03/09
- Re: [PATCH v3 1/4] block: Add trivial backing_fmt support to qcow, sheepdog, vmdk, Eric Blake, 2020/03/09
- Re: [PATCH v3 1/4] block: Add trivial backing_fmt support to qcow, sheepdog, vmdk, Kevin Wolf, 2020/03/09
- Re: [PATCH v3 1/4] block: Add trivial backing_fmt support to qcow, sheepdog, vmdk, Kevin Wolf, 2020/03/09
- Re: [PATCH v3 1/4] block: Add trivial backing_fmt support to qcow, sheepdog, vmdk, Eric Blake, 2020/03/09
- Re: [PATCH v3 1/4] block: Add trivial backing_fmt support to qcow, sheepdog, vmdk, Daniel P . Berrangé, 2020/03/09
- Re: [PATCH v3 1/4] block: Add trivial backing_fmt support to qcow, sheepdog, vmdk, Eric Blake, 2020/03/09
[PATCH v3 4/4] qemu-img: Deprecate use of -b without -F, Eric Blake, 2020/03/06