On Sun, April 1, 2018 4:46 am, yon...@gmail.com wrote:
> I'm trying to clone an existing VM to a pool on a secondary drive.
>
>
> I followed the instructions on
> https://www.qubes-os.org/doc/secondary-storage/

This line?
qvm-clone -P pool_name old_name new_name

> But when I run the `qvm-clone` I get the following error -
> $ qvm-clone -v -P storage extra storage

> raise exc_class(format_string, *args) qubesadmin.exc.StoragePoolException:
> b'  Please use a single volume group name ("qubes_root0" or
> "qubes_-storage0").\n  Run `lvcreate --help\' for more information.\n'
>
>
>
> Running `qvm-create` on the secondary pool seem to work with no issues

You're right, the documentation isn't very clear there on what those old
and new names are for. I think you might be specifying multiple pool
names.

Can you try these steps instead and see if it works?

First, get a list of your pool names with `qvm-pool`. Then, clone your
existing VM to the target pool with:

qvm-clone -P <targetpoolname> <sourceVMname> <cloneVMname>


-- 
You received this message because you are subscribed to the Google Groups 
"qubes-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to qubes-users+unsubscr...@googlegroups.com.
To post to this group, send email to qubes-users@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/qubes-users/ddff8037d03b77e4526517f688103893.squirrel%40tt3j2x4k5ycaa5zt.onion.
For more options, visit https://groups.google.com/d/optout.

Reply via email to