Re: QEMU-img convert question

2019-12-12 Thread Jakob Bohm
On 2019-12-02 21:09, Ottavio Caruso wrote: On Mon, 2 Dec 2019 at 18:07, Carson, Jay B wrote: Does running the following command transfer any data to any cloud or external service provider: $ qemu-img convert -f raw -O qcow2 image.img image.qcow2 No. The image stays on the computer on

Re: QEMU-img convert question

2019-12-04 Thread Nir Soffer
On Tue, Dec 3, 2019 at 7:27 PM Reuven Alvesson wrote: > > Hi. > > I can not create a VM in proxmox...I get all the time this message when > trying to create a Hard drive: > > > lvcreate 'pve/vm-100-disk-0' error: Aborting. Could not deactivate thin pool > pve/data. at

Re: QEMU-img convert question

2019-12-03 Thread Reuven Alvesson
Hi. I can not create a VM in proxmox...I get all the time this message when trying to create a Hard drive: lvcreate 'pve/vm-100-disk-0' error: Aborting. Could not deactivate thin pool pve/data. at /usr/share/perl5/PVE/API2/Qemu.pm line 1314. (500) Any idea of what this could be ? On Mon, Dec

Re: QEMU-img convert question

2019-12-03 Thread Ottavio Caruso
On Mon, 2 Dec 2019 at 20:23, Carson, Jay B wrote: > - Does the application at any time reach out to the internet for any > reason during execution? As long as I know, it shouldn't. > - Basically, if I put a packet sniffer between my computer and the > internet, would the packet

Re: QEMU-img convert question

2019-12-02 Thread Supratim Sanyal
On 12/02/2019 03:23 PM, Carson, Jay B wrote: - Basically, if I put a packet sniffer between my computer and the internet, would the packet sniffer find even one packet that was sent or received as a result of executing the listed command? Interesting General Dynamics would be using QEMU

Re: QEMU-img convert question

2019-12-02 Thread Carson, Jay B
Thank you for taking the time to review my query. I will try to elaborate. What do I mean by "Does the application work as a completely standalone application?" - Does the application at any time reach out to the internet for any reason during execution? - Does it share any meta-data,

Re: QEMU-img convert question

2019-12-02 Thread Ottavio Caruso
On Mon, 2 Dec 2019 at 18:07, Carson, Jay B wrote: > > Does running the following command transfer any data to any cloud or external > service provider: > > $ qemu-img convert -f raw -O qcow2 image.img image.qcow2 > No. The image stays on the computer on which this command is run. > Does

QEMU-img convert question

2019-12-02 Thread Carson, Jay B
Does running the following command transfer any data to any cloud or external service provider: $ qemu-img convert -f raw -O qcow2 image.img image.qcow2 Does this application work as a completely standalone application? Thank you, Jay