From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:46355) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RQffS-0003kM-EI for qemu-devel@nongnu.org; Wed, 16 Nov 2011 08:36:47 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RQffR-0004bN-1m for qemu-devel@nongnu.org; Wed, 16 Nov 2011 08:36:46 -0500 Received: from mail-iy0-f173.google.com ([209.85.210.173]:43530) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RQffQ-0004bI-TD for qemu-devel@nongnu.org; Wed, 16 Nov 2011 08:36:45 -0500 Received: by iakk32 with SMTP id k32so638443iak.4 for ; Wed, 16 Nov 2011 05:36:43 -0800 (PST) Message-ID: <4EC3BC67.6030005@codemonkey.ws> Date: Wed, 16 Nov 2011 07:36:39 -0600 From: Anthony Liguori MIME-Version: 1.0 References: In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] converging around a single guest agent List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Ayal Baron Cc: Gal Hammer , Barak Azulay , arch@ovirt.org, qemu-devel@nongnu.org, vdsm-devel@lists.fedorahosted.org On 11/15/2011 04:39 PM, Ayal Baron wrote: >> If you want to talk about convergence, the discussion should start >> around >> collecting requirements. We can then figure out if the two sets of >> requirements >> are strictly overlapping or if there are any requirements that are >> fundamentally >> in opposition. > > Agreed. > > So vdsm guest agent goal is to ease administration of VMs. This is not saying much as it is quite broad so I will list what is provided today and some things we need to add: > > Assistance in VM life-cycle: > "desktopShutdown" - Shuts the VM down gracefully from within the guest. > "quiesce" - does not exist today. This is definitely a requirement for us. > > SSO support for spice sessions (automatically login into guest OS using provided credentials): > "desktopLock" - lock current session, used when spice session gets disconnected / before giving a new user access to spice session > "desktopLogin" > "desktopLogoff" > In addition, guest reports relevant info (currently active user, session state) > > Monitoring and inventory: > currently agent sends info periodically, which includes a lot of info which should probably be broken down and served upon request. Info includes - > - memory usage > - NICs info (name, hw, inet, inet6) > - appslist (list of installed apps / rpms) > - OS type > - guest hostname > - internal file systems info (path, fs type, total space, used space) > > Personally I think the above should become more generic and support user defined counters (using WMI or collectd in the guest to collect the info and passing it via the guest agent), but that might be a different discussion. > > > From qemu wiki, the following info about qemu guest agent: > > It's purpose: "Implement support for QMP commands and events that terminate and originate respectively within the guest using an agent built as part of QEMU. " > - ties it directly to qemu, but not to specific functionality. ovirt guest agent definitely would need to support this > > In general, I would say ovirt-guest-agent is scoped to do everything the qemu-guest-agent is and then some, so there is definitely a lot of overlap. We have another requirement. We need to embed the source for the guest agent in the QEMU release tarball. This is for GPL compliance since we want to include an ISO (eventually) that contains binaries. This could be as simple as doing a git submodule but it would mean that the guest agent would have to live in its own git repository. Do you all see a problem with this? Regards, Anthony Liguori > > >> >> Regards, >> >> Anthony Liguori >> _______________________________________________ >> Arch mailing list >> Arch@ovirt.org >> http://lists.ovirt.org/mailman/listinfo/arch >> >