File vhostmd.changes of Package vhostmd
-------------------------------------------------------------------
Sun Nov 20 06:29:32 UTC 2011 - coolo@suse.com
- add libtool as buildrequire to avoid implicit dependency
-------------------------------------------------------------------
Tue Mar 30 11:00:42 MDT 2010 - jfehlig@novell.com
- Fixed vm-dump-metrics man page
bnc#592242
manpage.patch
- Build vhostmd without xenstore support since it is not well
tested on SuSE distributions. Additionally, it can be confusing
when used in context of KVM where xenstore does not exist.
- Strip 's' (seconds) from metrics that contain a time value
vhostmd-conf.patch
- Remove stray newline from metric values to improve XML readability
value-newline.patch
-------------------------------------------------------------------
Wed Dec 9 09:17:48 MST 2009 - jfehlig@novell.com
- Release of version 0.4
- configure.ac: Fix C compiler detection to be compatible with
automake
- chdir ("/") when daemonizing self
-------------------------------------------------------------------
Fri Oct 30 15:04:32 MDT 2009 - jfehlig@novell.com
- Release of version 0.3
- change default disk location to /dev/shm/vhostmd0
- open metrics disk with O_DIRECT
- Fixes for '--with{,out}-xenstore' option
- Allow gcc to check calls to vu_log* printf-like functions
- Always connect to libvirt read-only
- Add '-u user' command line option to drop root privs
- Add '-c uri' command line option to specify libvirt connection
URI
- Add CONNECT substitution <action>s
- vm-dump-metrics: On error, exit with status code 1
-------------------------------------------------------------------
Tue Sep 29 13:00:27 UTC 2009 - aj@suse.de
- Fix devel package requires.
-------------------------------------------------------------------
Wed Sep 16 22:11:57 CEST 2009 - dmueller@suse.de
- fix devel package requires
-------------------------------------------------------------------
Mon Jun 29 16:42:39 MDT 2009 - jfehlig@novell.com
- Validate XML returned by 'action' for metric type 'xml'
- Do not convert metrics values internally in vhostmd. Treat
all metric values as strings and leave it to consumers to do
any conversion.
-------------------------------------------------------------------
Fri Jun 26 17:24:38 MDT 2009 - jfehlig@novell.com
- Allow larger buffer for 'xml' type
-------------------------------------------------------------------
Thu Jun 25 22:24:27 MDT 2009 - jfehlig@novell.com
- Add metric type 'XML'
-------------------------------------------------------------------
Fri Jun 19 14:19:19 MDT 2009 - jfehlig@novell.com
- vhostmd is currently only used with Xen so make it
ExclusiveArch x86 and x86_64
-------------------------------------------------------------------
Mon Jun 15 14:47:42 MDT 2009 - jfehlig@novell.com
- Truncate metrics disk on open
-------------------------------------------------------------------
Tue Jun 9 09:30:06 MDT 2009 - jfehlig@novell.com
- Change COPYING from GPL3 to LGPL2.1
-------------------------------------------------------------------
Fri Jun 5 11:16:36 MDT 2009 - jfehlig@novell.com
- Explicitly name subpackages with -n
-------------------------------------------------------------------
Thu Jun 4 18:29:39 MDT 2009 - jfehlig@novell.com
- Version 0.2
- Updated documentation
- Added group metric type
- Added perl script for generating {PageIn,PageFault}Rate
------------------------------------------------------------
Wed Jan 7 12:39:17 MST 2009 - plc@novell.com
- Initial creation