- "Daniel P. Berrange" wrote:
> @@ -635,49 +620,25 @@ secretLookupByUUIDString(virConnectPtr conn,
> const char *uuid)
>
> pptr = secretFind(driver, uuid);
> if (pptr == NULL) {
> +char uuidstr[VIR_UUID_STRING_BUFLEN];
> +virUUIDFormat(uuid, uuidstr);
> vi
On Fri, Sep 11, 2009 at 06:17:40PM +0200, Daniel Veillard wrote:
> On Fri, Sep 11, 2009 at 03:19:18PM +0100, Daniel P. Berrange wrote:
> >
> > +/**
> > + * virSecretGetUsageType:
> > + * @secret: a secret object
> > + *
> > + * Get the type of object which uses this secret
> > + *
> > + * Returns
On Fri, Sep 11, 2009 at 06:00:07PM +0200, Daniel Veillard wrote:
> On Fri, Sep 11, 2009 at 03:19:17PM +0100, Daniel P. Berrange wrote:
> > Convert all the secret/storage encryption APIs / wire format to
> > handle UUIDs in raw format instead of non-canonical printable
> > format. Guarentees data fo
On Fri, Sep 11, 2009 at 03:19:20PM +0100, Daniel P. Berrange wrote:
> * docs/schemas/secret.rng: Require volume element to be an absolute
> path. Fix whitespace indentation
> ---
> docs/schemas/secret.rng | 68 +-
> 1 files changed, 37 insertions(+),
On Fri, Sep 11, 2009 at 03:19:19PM +0100, Daniel P. Berrange wrote:
> * src/storage_backend_fs.c: Lookup & fill in secret passphrase UUID
> for storage volumes using encryption
> ---
> src/storage_backend_fs.c | 41 -
> 1 files changed, 40 insertions(+),
On Fri, Sep 11, 2009 at 03:19:18PM +0100, Daniel P. Berrange wrote:
> * include/libvirt/libvirt.h, include/libvirt/libvirt.h.in: Add
> virSecretGetUsageType, virSecretGetUsageID and virLookupSecretByUsage
> * python/generator.py: Mark virSecretGetUsageType, virSecretGetUsageID
> as not throwing
On Fri, Sep 11, 2009 at 03:19:17PM +0100, Daniel P. Berrange wrote:
> Convert all the secret/storage encryption APIs / wire format to
> handle UUIDs in raw format instead of non-canonical printable
> format. Guarentees data format correctness.
[...]
> +++ b/include/libvirt/libvirt.h
> @@ -1467,12 +
On Fri, Sep 11, 2009 at 04:27:48PM +0100, Daniel P. Berrange wrote:
> * src/qemu_driver.c: Don't trust monitor for vcpu PID info on
> restart
> * src/domain_conf.c: Save and load vCPU PID info from domain
> status file
> ---
> src/domain_conf.c | 35 +++
> src
* src/qemu_driver.c: Don't trust monitor for vcpu PID info on
restart
* src/domain_conf.c: Save and load vCPU PID info from domain
status file
---
src/domain_conf.c | 35 +++
src/qemu_driver.c |5 +
2 files changed, 36 insertions(+), 4 deletions(-)
di
We still commited quite a bit in the last few days and I think
taking a couple of extra days for testing is a bit safer, so I
suggest to make the release only on Tuesday. So we have today
and this week end for testing, push fixes if needed on Monday
and I would make the release early on tuesday,
* docs/schemas/secret.rng: Require volume element to be an absolute
path. Fix whitespace indentation
---
docs/schemas/secret.rng | 68 +-
1 files changed, 37 insertions(+), 31 deletions(-)
diff --git a/docs/schemas/secret.rng b/docs/schemas/secret.r
* src/storage_backend_fs.c: Lookup & fill in secret passphrase UUID
for storage volumes using encryption
---
src/storage_backend_fs.c | 41 -
1 files changed, 40 insertions(+), 1 deletions(-)
diff --git a/src/storage_backend_fs.c b/src/storage_backend_f
* include/libvirt/libvirt.h, include/libvirt/libvirt.h.in: Add
virSecretGetUsageType, virSecretGetUsageID and virLookupSecretByUsage
* python/generator.py: Mark virSecretGetUsageType, virSecretGetUsageID
as not throwing exceptions
* qemud/remote.c: Implement dispatch for virLookupSecretByUsage
This series makes two changes to the public API and wire protocol ABI
for the secrets handling support recently committed. As such this is
a must fix before we do the release, since we can't break compatability
once released.
The first patch changes all the code to store UUIDs in raw format
inste
On Fri, Sep 11, 2009 at 03:04:36PM +0100, Daniel P. Berrange wrote:
> * libvirt.spec.in: Restart libvirtd in %post
> ---
> libvirt.spec.in |3 +++
> 1 files changed, 3 insertions(+), 0 deletions(-)
Makes sense, ACK
Daniel
--
Daniel Veillard | libxml Gnome XML XSLT toolkit http://xm
* libvirt.spec.in: Restart libvirtd in %post
---
libvirt.spec.in |3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/libvirt.spec.in b/libvirt.spec.in
index 0157eee..8d4c8cc 100644
--- a/libvirt.spec.in
+++ b/libvirt.spec.in
@@ -471,6 +471,9 @@ fi
%endif
/sbin/chkconfig
On Fri, 2009-09-11 at 09:44 +0100, Tom Hughes wrote:
> > I very much like this idea - e.g. I'd really like to have this to give
> > people simple instructions for testing gPXE in next week's Fedora Test
> > Day.
>
> On the subject of gPXE has anybody else found that it doesn't seem to be
> workin
2009/9/10 Mark McLoughlin
>
> Hi,
>Okay, I've got this fixed for certain now. Definitely. I think.
>
>The problem turned out to be that qemudCanonicalizeMachine()
> was using the alias in the default machine types if the domain's machine
> types didn't have an alias that matched.
I very much like this idea - e.g. I'd really like to have this to give
people simple instructions for testing gPXE in next week's Fedora Test
Day.
On the subject of gPXE has anybody else found that it doesn't seem to be
working at all?
I'm using the virt-preview packages on F11 and ever sin
On Fri, Sep 11, 2009 at 09:22:09AM +0100, Mark McLoughlin wrote:
> On Fri, 2009-09-11 at 14:47 +1000, Jeremy Kerr wrote:
> > Currently, libvirtd will start a dnsmasq process for the virtual
> > network, but (aside from killing the dnsmasq process and replacing it),
> > there's no way to define tftp
On Fri, 2009-09-11 at 09:22 +0100, Mark McLoughlin wrote:
> On Fri, 2009-09-11 at 14:47 +1000, Jeremy Kerr wrote:
> > Currently, libvirtd will start a dnsmasq process for the virtual
> > network, but (aside from killing the dnsmasq process and replacing it),
> > there's no way to define tftp boot o
On Fri, 2009-09-11 at 14:47 +1000, Jeremy Kerr wrote:
> Currently, libvirtd will start a dnsmasq process for the virtual
> network, but (aside from killing the dnsmasq process and replacing it),
> there's no way to define tftp boot options.
>
> This change introduces a 'netboot' tag to the dhcp co
22 matches
Mail list logo