search for: peer2peer

Displaying 20 results from an estimated 29 matches for "peer2peer".

2011 Jul 18
1
cannot perform tunnelled migration without using peer2peer flag
Dear All I try to migration a kvm guest os to another host failed server: ubuntu 11.04 server virsh:migrate --live --tunnelled vm1 qemu+ssh://192.168.10.3/system error:Requested operation is not valid:cannot perform tunnelled migration without using peer2peer flag
2015 Jun 11
2
Migrating guests
Hi, I'm experimenting with the migration function of virsh. I'm doing the migrate with following commands: virsh migrate --life --persistent --copy-storage-all --verbose --abort-on-error domain qemu+ssh://root@destination/system virsh migrate-setmaxdowntime domain 20000 However sometimes at the end of the migration, the guest isn't started on the destination host. So I'm left
2018 Sep 10
2
Re: live migration via unix socket
...ration > mode. In this QEMU is passed an anonymous UNIX socket and the data is all > copied over the libvirtd <-> libvirtd connection and then copied again back > Sorry for the delayed response here, I've only just picked this task back up again recently. With the TUNNELLED and PEER2PEER migration flags set, Libvirt won't allow the libvirtd <-> libvirtd connection over a unix socket. Libvirt returns this error "Attempt to migrate guest to the same host". The virDomainMigrateCheckNotLocal() function ensures that a peer2peer migration won't occur when the des...
2018 Sep 14
2
Re: live migration via unix socket
...ta is all >>> copied over the libvirtd <-> libvirtd connection and then copied again >>> back >>> >>> >> Sorry for the delayed response here, I've only just picked this task back >> up again recently. >> >> With the TUNNELLED and PEER2PEER migration flags set, Libvirt won't allow >> the libvirtd <-> libvirtd connection over a unix socket. >> >> Libvirt returns this error "Attempt to migrate guest to the same host". >> The virDomainMigrateCheckNotLocal() function ensures that a peer2peer &gt...
2015 Jun 12
0
Re: Migrating guests
...rt, but I've previously successfully tested wih qemu+tcp URI and these three variants, without shared storage: (1) Native migration, client to two libvirtd servers $ virsh migrate --verbose --copy-storage-all \ --live cvm1 qemu+tcp://kashyapc@desthost/system (2) Native migration, peer2peer between two libvirtd servers: $ virsh migrate --verbose --copy-storage-all \ --p2p --live cvm1 qemu+tcp://kashyapc@desthost/system (3) Tunnelled migration, peer2peer between two libvirtd servers: $ virsh migrate --verbose --copy-storage-all \ --p2p --tunnelled --live c...
2011 Sep 23
1
The Format Of URI when Migrating
Hi, when I try to use such API: virDomainPtr <http://www.libvirt.org/html/libvirt-libvirt.html#virDomainPtr> virDomainMigrate (virDomainPtr <http://www.libvirt.org/html/libvirt-libvirt.html#virDomainPtr> domain, virConnectPtr <http://www.libvirt.org/html/libvirt-libvirt.html#virConnectPtr> dconn, unsigned long flags, const char * dname, const char * uri,
2009 Oct 17
1
Samba networking
...swords, I still get this error message. My question, is it possible to even allow Linux2Linux network sharing with Samba? Everything out there is geared for Windows2Linux. If it is possible what would I have to do to my smb.conf file to enable this? I am really trying to get away from Windows and peer2peer networking is my biggest hang-up. Thank you for reading my email. russell pardo
2015 Apr 03
1
Re: P2P live migration with non-shared storage: fails to connect to remote libvirt URI qemu+ssh
...Migration: [100 %] > > > > [. . .] > > > > > (2) Perform peer to peer live migration (as root): > > > > $ virsh migrate --verbose --p2p --copy-storage-all \ > > --live cvm1 qemu+ssh://kashyapc@devstack3/system Hmm, reading the flow for peer2peer here: https://libvirt.org/migration.html#flowpeer2peer which says: "Note that the source libvirtd uses its own credentials (typically root) to connect to the destination, rather than the credentials used by the client to connect to the source; if these differ, it is common...
2018 Sep 12
0
Re: live migration via unix socket
...MU is passed an anonymous UNIX socket and the data is all >> copied over the libvirtd <-> libvirtd connection and then copied again back >> > >Sorry for the delayed response here, I've only just picked this task back >up again recently. > >With the TUNNELLED and PEER2PEER migration flags set, Libvirt won't allow >the libvirtd <-> libvirtd connection over a unix socket. > >Libvirt returns this error "Attempt to migrate guest to the same host". >The virDomainMigrateCheckNotLocal() function ensures that a peer2peer >migration won'...
2018 Sep 17
0
Re: live migration via unix socket
...d over the libvirtd <-> libvirtd connection and then copied again >>>> back >>>> >>>> >>> Sorry for the delayed response here, I've only just picked this task back >>> up again recently. >>> >>> With the TUNNELLED and PEER2PEER migration flags set, Libvirt won't allow >>> the libvirtd <-> libvirtd connection over a unix socket. >>> >>> Libvirt returns this error "Attempt to migrate guest to the same host". >>> The virDomainMigrateCheckNotLocal() function ensures that...
2005 Oct 06
4
Problems with ipp2p
Hello every body: I have RedHat fedora core 2 machine, using iptables and squid. I am having a lot of problems with peer2peer traffic. (bittorrent, kazaa, etc.) so I have installed ipp2p from rpm. Every thing was ok until I use iptables rules. I get this error. [root@router iptables]# iptables -A INPUT -p tcp -m ipp2p --ipp2p -j DROP iptables: No chain/target/match by that name sames as: iptables -A FORWARD -m ip...
2023 Oct 12
2
[PATCH drm-misc-next 2/3] drm/gpuva_mgr: generalize dma_resv/extobj handling and GEM validation
...at least for AMD. AMD still has hardware support in all of their MI* products, but for Navi the features necessary for implementing HMM have been dropped. And it looks more and more like their are not going to come back. Additional to that from the software side Felix summarized it in the HMM peer2peer discussion thread recently quite well. A buffer object based approach is not only simpler to handle, but also performant vise multiple magnitudes faster. > I'm also not into looking at use-cases that used to be important but > might not as important going forward. Well multimedia appl...
2018 Aug 28
2
live migration via unix socket
Hey, Over in KubeVirt we're investigating a use case where we'd like to perform a live migration within a network namespace that does not provide libvirtd with network access. In this scenario we would like to perform a live migration by proxying the migration through a unix socket to a process in another network namespace that does have network access. That external process would live
2011 Jul 20
0
Migrate failed
...read libvirt.org FAQ,add --tunnelled FLAG ================================ virsh migrate --live --tunnelled winxp qume+ssh://192.168.10.3/system root at 192.168.10.'s password: error: Requested operation is not vaild:cannot perform tunnelled migration without using peer2peer flag ================================================ add p2p flag ================================================ virsh migrate --live --tunnelled winxp qume+ssh://192.168.10.3/system root at 192.168.10.'s password: error:operation failed:Failed to co...
2003 Jul 04
2
Windows XP logon and Samba PDC
hi, i've tried all the modifications i-ve found to login with Windows XP Pro client on a Samba Server as PDC but nothing have worked. what else could i do or did i do something wrong ? modif. : -in regedit : HKEYLOCALMACHINE\...\Parameters\requiresignorseal -> 0 -in regedit : HKEYLOCALMACHINE\...\Parameters\signsecurechannel -> 0 i added : - in regedit :
2002 Apr 13
0
Bandwidth sharing...
...est of the company. So, I want to limit traffic to the Internet, but the traffic to the other class C won''t be limited. Also another requirement is to limit all the day traffic like Morpheus, Kazaa, and stuff like that. The traffic should look like: internal to the company, no restriction. Peer2Peer traffic, 100Kbit day, 60Kbit in the night, Rest of the traffic not limited in the day, 160Kbit in the night. Also, if possible, traffic from the outside shouldn''t be disturbed at all, any time (handled by root class). If I set the 130 class, without the TIME parameter, it won''...
2014 May 08
1
Is tunnelled "managed direct" live migration actually possible?
...with the API and reading docs, and it seems like "direct managed" migration is simply not possible :-( dom.migrate (dconn, libvirt.VIR_MIGRATE_LIVE|libvirt.VIR_MIGRATE_TUNNELLED) libvirt.libvirtError: Requested operation is not valid: cannot perform tunnelled migration without using peer2peer flag Rich. -- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones Read my programming and virtualization blog: http://rwmj.wordpress.com virt-top is 'top' for virtual machines. Tiny program with many powerful monitoring features, net stats, disk stats, logging,...
2020 May 15
0
[PATCH v3 1/4] dma-buf: add support for virtio exported objects
...cate the uuid sounds fine. Then synchronization is entirely up to the virtio subsystem and not a dma-buf problem (and hence not mine). You can use dma_resv_lock or so, but no need to. But with callbacks potentially going both ways things always get a bit interesting wrt locking - this is what makes peer2peer dma-buf so painful right now. Hence I'd like to avoid that if needed, at least at the dma-buf level. virtio code I don't mind what you do there :-) Cheers, Daniel -- Daniel Vetter Software Engineer, Intel Corporation http://blog.ffwll.ch
2018 Oct 13
2
Windows Server 2019 / Windows 10 LTSC can't access samba shares on Debian stable 4.5.12
Hello Rowland, > Stop me if I am wrong (and I often am), but doesn't the 'loopback' > device do exactly that ? Anything 'lo' receives on its input just gets > shoved out of its output, or to put it another way, it just goes > around in a circle, so how does this work with Samba etc ? Not saying > it will not work, trying to understand how it works if it does
2011 Feb 08
1
Clarification about virsh migration options
I am trying to work out what all the options are for migrating a KVM machine to another KVM machine, without using shared storage. The documentation is not quite verbose and not intuitive, so I'm hoping someone can explain this to me. The man pages show this syntax: migrate optional --live --p2p --direct --tunnelled --persistent --undefinesource --suspend --copy-storage-all --copy-storage-inc