search for: libvirtiscsi

Displaying 8 results from an estimated 8 matches for "libvirtiscsi".

2020 Jun 25
1
virsh edit does not work when <initiator> and <auth> is used in config
...gt; <host name='10.1.212.52' port='3260'/> <initiator> <iqn name='iqn.2013-01.bla.bla:01:test'/> </initiator> <auth username='myname'> <secret type='iscsi' usage='libvirtiscsi'/> </auth> </source> ... </disk> when I defined thje VM the first time, as always, libvirt reorders the lines in the XML config file as it likes. One of the reordering it did, was to put the "<initiator>" block above the "&l...
2018 Jan 03
0
questions about disk auth element for Backing Chain
........................................................................................... [OK] 2. Set iscsi secret. # cat iscsi-secret.xml <secret ephemeral='no' private='yes'> <description>iSCSI secret</description> <usage type='iscsi'> <target>libvirtiscsi</target> </usage> </secret> # virsh secret-define iscsi-secret.xml Secret 47bd2f3e-023f-44ba-85a3-e8fa7f16ff23 created # MYSECRET=`printf %s "redhat" | base64` # virsh secret-set-value 47bd2f3e-023f-44ba-85a3-e8fa7f16ff23 $MYSECRET Secret value set 3. Create backing cha...
2018 Jan 10
1
Whether libvirt can support all backing chain layer are iscsi network disk type
.................................................... > [OK] > > 2. Set iscsi secret. > # cat iscsi-secret.xml > <secret ephemeral='no' private='yes'> > <description>iSCSI secret</description> > <usage type='iscsi'> > <target>libvirtiscsi</target> > </usage> > </secret> > # virsh secret-define iscsi-secret.xml > Secret 47bd2f3e-023f-44ba-85a3-e8fa7f16ff23 created > # MYSECRET=`printf %s "redhat" | base64` > # virsh secret-set-value 47bd2f3e-023f-44ba-85a3-e8fa7f16ff23 $MYSECRET > Secr...
2016 Sep 02
0
Re: Ang: Ang: Re: Ang: Re: attaching storage pool error
...device='disk'> > <driver name='qemu' type='raw'/> > <source pool='iscsi-pool' volume='unit:0:0:1' mode='host'/> > <auth username='myuser'> > <secret type='iscsi' usage='libvirtiscsi'/> > </auth> > <target dev='vdb' bus='virtio'/> > </disk> > This is an 'iscsi' pool format, but something similar can be crafted for the 'scsi' pool used for fc_host devices. > > > As I described abov...
2016 Sep 03
0
Ang: Re: Ang: Ang: Re: Ang: Re: attaching storage pool error
...device='disk'> >       <driver name='qemu' type='raw'/> >       <source pool='iscsi-pool' volume='unit:0:0:1' mode='host'/> >       <auth username='myuser'> >         <secret type='iscsi' usage='libvirtiscsi'/> >       </auth> >       <target dev='vdb' bus='virtio'/> >     </disk> > This is an 'iscsi' pool format, but something similar can be crafted for the 'scsi' pool used for fc_host devices. > > > As I described abov...
2018 Feb 27
1
Reply: Fail in virDomainUpdateDeviceFlags (libvirt-4.0.0 + Qemu-kvm 2.9.0 + Ceph 10.2.10)
Dear Michal After I fix the local libvirt master branch follow your patch, and build rpm for CentOS 7.4. virDomainUpdateDeviceFlags as bellow: ================================================ 2018-02-27 09:27:43.782+0000: 16656: debug : virDomainUpdateDeviceFlags:8326 : dom=0x7f2084000c50, (VM: name=6ec499397d594e f2a64fcfc938f38225, uuid=6ec49939-7d59-4ef2-a64f-cfc938f38225), xml=<disk
2016 Sep 03
2
Ang: Ang: Re: Ang: Ang: Re: Ang: Re: attaching storage pool error
...device='disk'> >       <driver name='qemu' type='raw'/> >       <source pool='iscsi-pool' volume='unit:0:0:1' mode='host'/> >       <auth username='myuser'> >         <secret type='iscsi' usage='libvirtiscsi'/> >       </auth> >       <target dev='vdb' bus='virtio'/> >     </disk> > This is an 'iscsi' pool format, but something similar can be crafted for the 'scsi' pool used for fc_host devices. > > > As I described abov...
2016 Sep 03
1
Re: attaching storage pool error
...device='disk'> >       <driver name='qemu' type='raw'/> >       <source pool='iscsi-pool' volume='unit:0:0:1' mode='host'/> >       <auth username='myuser'> >         <secret type='iscsi' usage='libvirtiscsi'/> >       </auth> >       <target dev='vdb' bus='virtio'/> >     </disk> > This is an 'iscsi' pool format, but something similar can be crafted for the 'scsi' pool used for fc_host devices. > > > As I described abov...