Michael Burns
2009-Sep-29 21:32 UTC
[Ovirt-devel] [PATCH node-image] add /var/lib/dnsmasq to rwtab
Virtual networks can now be created and destroyed with a r/o filesystem. Signed-off-by: Michael Burns <mburns at redhat.com> --- common-post.ks | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/common-post.ks b/common-post.ks index 44a0270..5531e08 100644 --- a/common-post.ks +++ b/common-post.ks @@ -151,6 +151,7 @@ rm -f /etc/cron.daily/logrotate sed -i '/^files \/etc*/ s/^/#/' /etc/rwtab cat > /etc/rwtab.d/ovirt <<EOF files /etc +dirs /var/lib/dnsmasq files /var/cache/libvirt files /var/cache/hald files /var/empty/sshd/etc/localtime -- 1.6.2.5
Alan Pevec
2009-Sep-30 11:11 UTC
[Ovirt-devel] Re: [PATCH node-image] add /var/lib/dnsmasq to rwtab
Michael Burns wrote:> Virtual networks can now be created and destroyed with a r/o filesystem. > > Signed-off-by: Michael Burns <mburns at redhat.com> > --- > common-post.ks | 1 + > 1 files changed, 1 insertions(+), 0 deletions(-) > > diff --git a/common-post.ks b/common-post.ks > index 44a0270..5531e08 100644 > --- a/common-post.ks > +++ b/common-post.ks > @@ -151,6 +151,7 @@ rm -f /etc/cron.daily/logrotate > sed -i '/^files \/etc*/ s/^/#/' /etc/rwtab > cat > /etc/rwtab.d/ovirt <<EOF > files /etc > +dirs /var/lib/dnsmasq > files /var/cache/libvirt > files /var/cache/hald > files /var/empty/sshd/etc/localtimeACK
Darryl L. Pierce
2009-Sep-30 13:12 UTC
[Ovirt-devel] [PATCH node-image] add /var/lib/dnsmasq to rwtab
On Tue, Sep 29, 2009 at 05:32:31PM -0400, Michael Burns wrote:> Virtual networks can now be created and destroyed with a r/o filesystem. > > Signed-off-by: Michael Burns <mburns at redhat.com> > --- > common-post.ks | 1 + > 1 files changed, 1 insertions(+), 0 deletions(-) > > diff --git a/common-post.ks b/common-post.ks > index 44a0270..5531e08 100644 > --- a/common-post.ks > +++ b/common-post.ks > @@ -151,6 +151,7 @@ rm -f /etc/cron.daily/logrotate > sed -i '/^files \/etc*/ s/^/#/' /etc/rwtab > cat > /etc/rwtab.d/ovirt <<EOF > files /etc > +dirs /var/lib/dnsmasq > files /var/cache/libvirt > files /var/cache/hald > files /var/empty/sshd/etc/localtime > -- > 1.6.2.5ACK. -- Darryl L. Pierce, Sr. Software Engineer @ Red Hat, Inc. Virtual Machine Management - http://www.ovirt.org/ Is fearr Gaeilge bhriste n? B?arla cliste. -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 197 bytes Desc: not available URL: <http://listman.redhat.com/archives/ovirt-devel/attachments/20090930/b0c624b9/attachment.sig>
Possibly Parallel Threads
- [PATCH node-image] update rwtab entries for /live, /boot, and /var/lib/random-seed
- [PATCH][NODE] Cleanup old bridges when re-running o-c-networking
- [PATCH node-image] readonly rootfs setup
- [PATCH node] o-c-config will only run when local storage is configured. rhbz#505560
- [PATCH node-image] Add ability to set persistent ssh_host_keys on the node, usefull if you run diskless instance of ovirt-node