If that was the case I wouldn't be able to attach a volume without
snapshots. But just in case I did the following test, before attaching the
file, I copied all the file to a local folder and changed the path in XML
with the new paths. The problem repeats:
*2016-08-22 17:14:19.795+: 3799: info
Hi,
AFAIK this is problem of ssh transport in libvirt. It does not use
the callback mechanism for authentication. The code you want would work
with libssh2 transport (i.e. 'qemu+libssh2://...'), unfortunately
libssh2 is not enabled in RHEL.
Cheers,
Tomas
On Mon, 22 Aug 2016 14:16:02 +0300
S
Hi,
I try to login via the libvirt.openauth() API with qemu+tcp protocol and prompt
for password,
I am setting the username, password and the callback methdod with the
following keys:
auth = [[libvirt.VIR_CRED_AUTHNAME, libvirt.VIR_CRED_PASSPHRASE], request_cred,
None]
When I call openauth() m
- Original Message -
> Hi!
>
>
> System centos7, system default libvirt version.
>
> I've succeeded to create an npiv storage pool, which I could start without
> problems. Though I couldn't attach it to the vm, it throwed errors when
> trying. I want to boot from it, so I need it worki
Hi and thanks, Dan!
-Yuan Dan skrev: -
Till: Johan Kragsterman
Från: Yuan Dan
Datum: 2016-08-22 10:43
Kopia: libvirt-users@redhat.com
Ärende: Re: [libvirt-users] attaching storage pool error
- Original Message -
> Hi!
>
>
> System centos7, system default libvirt version.
>
Hi!
System centos7, system default libvirt version.
I've succeeded to create an npiv storage pool, which I could start without
problems. Though I couldn't attach it to the vm, it throwed errors when trying.
I want to boot from it, so I need it working from start. I read one of Daniel
Berrange