search for: melandra

Displaying 20 results from an estimated 26 matches for "melandra".

Did you mean: calandra
2018 Dec 26
2
Re: avoiding PCI bus 8 / using PCI function / virt-install
...#39; domain='0x0000' bus='0x01' slot='0x0a' function='0x6' /> </interface> Did I miss something? Do you see PCI in the XML when you do the virt-install --dryrun approach? Thanks On Wed, Dec 26, 2018 at 2:57 PM Peter Crowther <peter.crowther@melandra.com> wrote: > On Wed, 26 Dec 2018 at 16:26, b f31415 <bf31415@gmail.com> wrote: > >> If not, is there a way with one of the virt command line tools to create >> the XML (with the PCI addresses specified) so that I can process that XML >> and re-write the PCI addres...
2020 Oct 08
1
Re: Is it possible that "virsh destroy" does not stop a domain ?
----- On Oct 7, 2020, at 7:26 PM, Peter Crowther peter.crowther@melandra.com wrote: > Bernd, another option would be a mismatch between the message that "virsh > destroy" issues and the message that force_stop() in the pacemaker agent > expects to receive. Pacemaker is trying to determine the success or failure of > the destroy based on the concat...
2019 Jan 02
0
Re: avoiding PCI bus 8 / using PCI function / virt-install
...ation to do a series of virsh commands using that template XML as a start. I know it sounds awkward, but there is really nothing in libvirt or virt-install to automate assignment of PCI devices to non-0 functions. > On Wed, Dec 26, 2018 at 2:57 PM Peter Crowther > <peter.crowther at melandra.com <mailto:peter.crowther at melandra.com>> wrote: > > On Wed, 26 Dec 2018 at 16:26, b f31415 <bf31415 at gmail.com > <mailto:bf31415 at gmail.com>> wrote: > > If not, is there a way with one of the virt command line tools > to creat...
2019 Aug 08
1
Re: OVS / KVM / libvirt / MTU
On Thu, 8 Aug 2019 at 10:08, Sven Vogel <S.Vogel@ewerk.com> wrote: > The question for me is why they use the smallest? > Because otherwise some frames won't get through because the interface can't receive them, and the job of network equipment is to enable and maintain communication :-). > > Cheers > > Sven > - Peter [...] > > Am 31.07.2019 um 15:50
2020 Apr 25
1
Re: Not able to add pcie card to guest: Operation not permitted
On Fri, Apr 24, 2020 at 4:35 PM Peter Crowther <peter.crowther@melandra.com> wrote: > > On Fri, 24 Apr 2020 at 21:10, Mauricio Tavares <raubvogel@gmail.com> wrote: >> >> Let's say I have libvirt >> >> [root@vmhost2 ~]# virsh version >> [...] >> >> Running hypervisor: QEMU 2.12.0 >> [root@vmhost2 ~]# &gt...
2018 Jan 28
0
Re: issue with openssh-server running in a libvirt based centos virtual machine
On Sat, Jan 27, 2018 at 3:44 PM, Peter Crowther <peter.crowther@melandra.com> wrote: > You say you can ping but not ssh. If you install tcpdump on the VM, can you > see the ping packets arriving and leaving? If not, I suspect an address > collision - especially if ping continues to work with the VM shut down. If > you can't ping, check the other end o...
2018 Jan 27
3
Re: issue with openssh-server running in a libvirt based centos virtual machine
You say you can ping but not ssh. If you install tcpdump on the VM, can you see the ping packets arriving and leaving? If not, I suspect an address collision - especially if ping continues to work with the VM shut down. If you can't ping, check the other end of your bridge. I'm more familiar with open vSwitch, but I'm somewhat concerned that your bridge definition doesn't include a
2018 Dec 26
2
avoiding PCI bus 8 / using PCI function / virt-install
I’m using virt-install to spin up VMs. At times I have a need to spin up VMs which have 100s of interfaces. I ran into the PCI issue mentioned in this previous thread based on how virt-install assigns PCI addresses to interfaces: https://www.redhat.com/archives/libvirt-users/2018-December/msg00064.html Using the info mention there I was able to part hand / part sw re-write an XML where I
2018 Jan 18
0
reading lisp file in R
...05229.11.LEBOWITZ at CS.COLUMBIA.EDU> (DEF-INSTANCE GEORGETOWN (STATE MARYLAND) (LOCATION URBAN) (CONTROL PRIVATE) (NO-OF-STUDENTS THOUS:10-15) (MALE:FEMALE RATIO:45:55) .... Which dates it to 1988. Nice. Barry On Thu, Jan 18, 2018 at 9:20 AM, Peter Crowther <peter.crowther at melandra.com > wrote: > That's a nice example of why Lisp is both powerful and terrifying - you're > looking at a Lisp *program*, not just Lisp *data*, as Lisp makes no > distinction between the two. You just read 'em in. > > The two definitions at the bottom are function def...
2020 Apr 24
2
Not able to add pcie card to guest: Operation not permitted
Let's say I have libvirt [root@vmhost2 ~]# virsh version Compiled against library: libvirt 4.5.0 Using library: libvirt 4.5.0 Using API: QEMU 4.5.0 Running hypervisor: QEMU 2.12.0 [root@vmhost2 ~]# running on centos 8 and then I have this card [root@vmhost2 ~]# virsh nodedev-dumpxml pci_0000_01_00_0 <device> <name>pci_0000_01_00_0</name>
2020 Oct 07
2
Is it possible that "virsh destroy" does not stop a domain ?
Hi, Is it possible that "virsh destroy" does not stop a domain ? I'm asking because i have some domains running in a two-node HA-Cluster (pacemaker). And sometimes one node get fenced (killed) because it couldn't stop a domain. That's very ugly. This is also the reason why i asked before what "virsh destroy" really does ? IIRC a kill -9 can't terminate a
2018 May 31
1
Re: Two Node Cluster
...I would still need to configure some static routes. I will take a stab at doing an open or routed network today, but in the meantime, your thoughts and comments about my setup are still welcome and encouraged. Thank you! -Cobin On Wed, May 30, 2018 at 10:44 PM Peter Crowther <peter.crowther@melandra.com> wrote: > I have to say that I wouldn't do the networking that way - in fact, in the > clusters I manage, we haven't done the networking that way :-). Rather > than layer 3 routing between VMs, we've chosen to use layer 2 virtual > switching (yes, using openvswitch)...
2018 Oct 15
3
snapshots with virsh in a pacemaker cluster
Hi, i have a two node cluster with virtual guests as resources. I'd like to snapshot the guests once in the night and thought i had a procedure. But i realize that things in a cluster are a bit more complicated than expected :-)) I will shutdown the guests to have a clean snapshot. I can shutdown the guests via pacemaker. But then arises the first problem: When i issue a "virsh
2018 May 30
3
Two Node Cluster
Hello Libvirt Users, I would like to setup a two node bare-metal cluster. I need to guidance on the network configuration. I have attached a small diagram, the same diagram can be seen here: https://i.imgur.com/SOk6a6G.png I would like to configure the following details: - Each node has a DHCP enabled guest network where VMs will run. (eg, *192.168.1.0/24 <http://192.168.1.0/24>* for
2018 Feb 13
1
Re: kvm/libvirt on CentOS7 w/Windows 10 Pro guest
Why do you reckon this is to do with your virtualisation system (presumably qemu/kvm, though you don't say) rather than Windows 10? Peter On 13 Feb 2018 7:06 p.m., "Benjammin2068" <benjammin2068@gmail.com> wrote: > > > Hey all, > > This horrid bug seems to be back after the system got all sloggy slow so > I logged in via RDP and asked Windows to reboot.
2018 Oct 15
0
Re: snapshots with virsh in a pacemaker cluster
Pacemaker always knows where its resources are running. Query it, stop the domain, then use the queried location as the host to which to issue the snapshot? Cheers, Peter On Mon, 15 Oct 2018, 20:36 Lentes, Bernd, < bernd.lentes@helmholtz-muenchen.de> wrote: > Hi, > > i have a two node cluster with virtual guests as resources. > I'd like to snapshot the guests once in the
2018 Dec 26
0
Re: avoiding PCI bus 8 / using PCI function / virt-install
On Wed, 26 Dec 2018 at 16:26, b f31415 <bf31415@gmail.com> wrote: > If not, is there a way with one of the virt command line tools to create > the XML (with the PCI addresses specified) so that I can process that XML > and re-write the PCI addressing values? Right now the only way I’ve been > able to get that detailed XML file is to 1) virt-install and let the VM > begin the
2019 Mar 09
0
Re: Obtaining the PID of a domain's QEMU process from C
On Sat, 9 Mar 2019 at 17:27, Shawn Anastasio <shawn@anastas.io> wrote: > Thanks for the response. /var/run/libvirt/qemu/ seems to be exactly what > I'm looking for. It would, however, be nice to be able to access this > file without root privileges. > Use a tiny setuid C program that reads the relevant file and writes it to a known UNIX-domain socket that has more liberal
2020 Apr 24
0
Re: Not able to add pcie card to guest: Operation not permitted
On Fri, 24 Apr 2020 at 21:10, Mauricio Tavares <raubvogel@gmail.com> wrote: > Let's say I have libvirt > > [root@vmhost2 ~]# virsh version > [...] Running hypervisor: QEMU 2.12.0 > [root@vmhost2 ~]# > [...] > When I try to start the guest I get the following error message: > > [root@vmhost2 ~]# virsh start testfedora > error: Failed to start domain
2020 Jun 12
0
Re: Is it possible to configure libvirt's MAC generation?
Specify the MAC address as part of the domain XML for the bootstrap node. See https://libvirt.org/formatdomain.html#elementsNICS. If using virt-install, set it as part of the --network option: "--network NETWORK,mac=12:34..." - Peter On Fri, 12 Jun 2020 at 18:07, Ian Pilcher <arequipeno@gmail.com> wrote: > Is it possible to configure libvirt to generate