All of lore.kernel.org
 help / color / mirror / Atom feed
* Question about OCFS1/2
@ 2005-02-15 17:12 Justin Dearing
  0 siblings, 0 replies; 10+ messages in thread
From: Justin Dearing @ 2005-02-15 17:12 UTC (permalink / raw)
  To: xen-devel

Hello,

Is it possible to boot XEN from an OCFS1 file system? I have a running
configuration using ext3 filesystems, but I've run into the backup
problem everyine else has. If not OCFS1 what about OCFS2.


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click

^ permalink raw reply	[flat|nested] 10+ messages in thread

* RE: Question about OCFS1/2
@ 2005-02-16  4:50 Ian Pratt
  2005-02-16  8:14 ` Arthur Bergman
  0 siblings, 1 reply; 10+ messages in thread
From: Ian Pratt @ 2005-02-16  4:50 UTC (permalink / raw)
  To: Justin Dearing, xen-devel; +Cc: ian.pratt

 
> Is it possible to boot XEN from an OCFS1 file system? I have a running
> configuration using ext3 filesystems, but I've run into the backup
> problem everyine else has. If not OCFS1 what about OCFS2.

I guess it would be possible to use ocfs2 as a root file ssytem with an
appropriate initrd.

Alternatively, why not just use LVM and create snapshots for backup?

Ian

> 
> -------------------------------------------------------
> SF email is sponsored by - The IT Product Guide
> Read honest & candid reviews on hundreds of IT Products from 
> real users.
> Discover which products truly live up to the hype. Start reading now.
> http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/xen-devel
> 


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_ide95&alloc_id\x14396&op=click

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: Question about OCFS1/2
  2005-02-16  4:50 Ian Pratt
@ 2005-02-16  8:14 ` Arthur Bergman
  0 siblings, 0 replies; 10+ messages in thread
From: Arthur Bergman @ 2005-02-16  8:14 UTC (permalink / raw)
  To: Ian Pratt; +Cc: Justin Dearing, ian.pratt, xen-devel



On 16 Feb 2005, at 04:50, Ian Pratt wrote:

>
> Alternatively, why not just use LVM and create snapshots for backup?
>
> Ian
>

Just curious, what version of LVM are you using where snapshots are, 
uhm, reliable :-).

Cheers
Arthur

-----
CTO @ Fotango Ltd
+447834716919
http://www.fotango.com/



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click

^ permalink raw reply	[flat|nested] 10+ messages in thread

* RE: Question about OCFS1/2
@ 2005-02-16 22:37 Ian Pratt
  2005-02-17 16:15 ` Justin Dearing
  0 siblings, 1 reply; 10+ messages in thread
From: Ian Pratt @ 2005-02-16 22:37 UTC (permalink / raw)
  To: Arthur Bergman; +Cc: Justin Dearing, ian.pratt, xen-devel


> Just curious, what version of LVM are you using where snapshots are, 
> uhm, reliable :-).

LVM snapshots work OK providing you a) use them as read-only backups,
and b) make sure you allocate them enough disk space such that there's
no danger of the snapshot filling.

I wouldn't recommend using them to do CoW guest file systems, at least
in a production environemnt.

Ian


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_ide95&alloc_id\x14396&op=click

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: Question about OCFS1/2
  2005-02-16 22:37 Question about OCFS1/2 Ian Pratt
@ 2005-02-17 16:15 ` Justin Dearing
  2005-02-17 16:48   ` Justin Dearing
  0 siblings, 1 reply; 10+ messages in thread
From: Justin Dearing @ 2005-02-17 16:15 UTC (permalink / raw)
  To: xen-devel

So I can create and mount a snapshot on the host OS of a LVM partition
that is being mounted RW by the guest OS (naturalyl the guest sees
them as /dev/hda* to minimize my confusion)?  Theres no data integrity
issues there?


On Wed, 16 Feb 2005 22:37:33 -0000, Ian Pratt <m+Ian.Pratt@cl.cam.ac.uk> wrote:
> 
> > Just curious, what version of LVM are you using where snapshots are,
> > uhm, reliable :-).
> 
> LVM snapshots work OK providing you a) use them as read-only backups,
> and b) make sure you allocate them enough disk space such that there's
> no danger of the snapshot filling.
> 
> I wouldn't recommend using them to do CoW guest file systems, at least
> in a production environemnt.
> 
> Ian
>


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: Question about OCFS1/2
  2005-02-17 16:15 ` Justin Dearing
@ 2005-02-17 16:48   ` Justin Dearing
  2005-02-17 16:50     ` Wim Coekaerts
  0 siblings, 1 reply; 10+ messages in thread
From: Justin Dearing @ 2005-02-17 16:48 UTC (permalink / raw)
  To: xen-devel

Wait the xen kernel is 2.6 and the LVM howto and the errors I get from
lvcreate -s indicate that I can't do snapshots on 2.6 becasue LVM2
doenst support snapshots yet.  I think I'm back to using a clustering
file system to enable backups..


On Thu, 17 Feb 2005 11:15:40 -0500, Justin Dearing <zippy1981@gmail.com> wrote:
> So I can create and mount a snapshot on the host OS of a LVM partition
> that is being mounted RW by the guest OS (naturalyl the guest sees
> them as /dev/hda* to minimize my confusion)?  Theres no data integrity
> issues there?
> 
> 
> On Wed, 16 Feb 2005 22:37:33 -0000, Ian Pratt <m+Ian.Pratt@cl.cam.ac.uk> wrote:
> >
> > > Just curious, what version of LVM are you using where snapshots are,
> > > uhm, reliable :-).
> >
> > LVM snapshots work OK providing you a) use them as read-only backups,
> > and b) make sure you allocate them enough disk space such that there's
> > no danger of the snapshot filling.
> >
> > I wouldn't recommend using them to do CoW guest file systems, at least
> > in a production environemnt.
> >
> > Ian
> >
>


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: Question about OCFS1/2
  2005-02-17 16:48   ` Justin Dearing
@ 2005-02-17 16:50     ` Wim Coekaerts
  2005-02-17 18:42       ` Justin Dearing
  0 siblings, 1 reply; 10+ messages in thread
From: Wim Coekaerts @ 2005-02-17 16:50 UTC (permalink / raw)
  To: Justin Dearing; +Cc: xen-devel

m thinking of adding ocfs2 nightly qa type runs in xen going forward. it
is a good idea snapshots need more space.

wim

On Thu, Feb 17, 2005 at 11:48:09AM -0500, Justin Dearing wrote:
> Wait the xen kernel is 2.6 and the LVM howto and the errors I get from
> lvcreate -s indicate that I can't do snapshots on 2.6 becasue LVM2
> doenst support snapshots yet.  I think I'm back to using a clustering
> file system to enable backups..
> 
> 
> On Thu, 17 Feb 2005 11:15:40 -0500, Justin Dearing <zippy1981@gmail.com> wrote:
> > So I can create and mount a snapshot on the host OS of a LVM partition
> > that is being mounted RW by the guest OS (naturalyl the guest sees
> > them as /dev/hda* to minimize my confusion)?  Theres no data integrity
> > issues there?
> > 
> > 
> > On Wed, 16 Feb 2005 22:37:33 -0000, Ian Pratt <m+Ian.Pratt@cl.cam.ac.uk> wrote:
> > >
> > > > Just curious, what version of LVM are you using where snapshots are,
> > > > uhm, reliable :-).
> > >
> > > LVM snapshots work OK providing you a) use them as read-only backups,
> > > and b) make sure you allocate them enough disk space such that there's
> > > no danger of the snapshot filling.
> > >
> > > I wouldn't recommend using them to do CoW guest file systems, at least
> > > in a production environemnt.
> > >
> > > Ian
> > >
> >
> 
> 
> -------------------------------------------------------
> SF email is sponsored by - The IT Product Guide
> Read honest & candid reviews on hundreds of IT Products from real users.
> Discover which products truly live up to the hype. Start reading now.
> http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/xen-devel


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: Question about OCFS1/2
  2005-02-17 16:50     ` Wim Coekaerts
@ 2005-02-17 18:42       ` Justin Dearing
  0 siblings, 0 replies; 10+ messages in thread
From: Justin Dearing @ 2005-02-17 18:42 UTC (permalink / raw)
  To: xen-devel

Wim, 

Are you saying your going to provide nightly snapshopt os XEN with
ocfs modules built or is this "nightly qa type run" talk refer to some
ocfs  maintaince procedute I'm unaware of?

On Thu, 17 Feb 2005 08:50:39 -0800, Wim Coekaerts
<wim.coekaerts@oracle.com> wrote:
> m thinking of adding ocfs2 nightly qa type runs in xen going forward. it
> is a good idea snapshots need more space.
> 
> wim
> 
> On Thu, Feb 17, 2005 at 11:48:09AM -0500, Justin Dearing wrote:
> > Wait the xen kernel is 2.6 and the LVM howto and the errors I get from
> > lvcreate -s indicate that I can't do snapshots on 2.6 becasue LVM2
> > doenst support snapshots yet.  I think I'm back to using a clustering
> > file system to enable backups..
> >
> >
> > On Thu, 17 Feb 2005 11:15:40 -0500, Justin Dearing <zippy1981@gmail.com> wrote:
> > > So I can create and mount a snapshot on the host OS of a LVM partition
> > > that is being mounted RW by the guest OS (naturalyl the guest sees
> > > them as /dev/hda* to minimize my confusion)?  Theres no data integrity
> > > issues there?
> > >
> > >
> > > On Wed, 16 Feb 2005 22:37:33 -0000, Ian Pratt <m+Ian.Pratt@cl.cam.ac.uk> wrote:
> > > >
> > > > > Just curious, what version of LVM are you using where snapshots are,
> > > > > uhm, reliable :-).
> > > >
> > > > LVM snapshots work OK providing you a) use them as read-only backups,
> > > > and b) make sure you allocate them enough disk space such that there's
> > > > no danger of the snapshot filling.
> > > >
> > > > I wouldn't recommend using them to do CoW guest file systems, at least
> > > > in a production environemnt.
> > > >
> > > > Ian
> > > >
> > >
> >
> >
> > -------------------------------------------------------
> > SF email is sponsored by - The IT Product Guide
> > Read honest & candid reviews on hundreds of IT Products from real users.
> > Discover which products truly live up to the hype. Start reading now.
> > http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
> > _______________________________________________
> > Xen-devel mailing list
> > Xen-devel@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/xen-devel
>


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click

^ permalink raw reply	[flat|nested] 10+ messages in thread

* RE: Question about OCFS1/2
@ 2005-02-18 13:07 Ian Pratt
  0 siblings, 0 replies; 10+ messages in thread
From: Ian Pratt @ 2005-02-18 13:07 UTC (permalink / raw)
  To: Justin Dearing, xen-devel; +Cc: ian.pratt


> So I can create and mount a snapshot on the host OS of a LVM partition
> that is being mounted RW by the guest OS (naturalyl the guest sees
> them as /dev/hda* to minimize my confusion)?  Theres no data integrity
> issues there?

That should work fine, and is a good way of doing backups. Not sure I'd
want to mount it though -- better to use dump or such like.

Ian
 
> 
> On Wed, 16 Feb 2005 22:37:33 -0000, Ian Pratt 
> <m+Ian.Pratt@cl.cam.ac.uk> wrote:
> > 
> > > Just curious, what version of LVM are you using where 
> snapshots are,
> > > uhm, reliable :-).
> > 
> > LVM snapshots work OK providing you a) use them as 
> read-only backups,
> > and b) make sure you allocate them enough disk space such 
> that there's
> > no danger of the snapshot filling.
> > 
> > I wouldn't recommend using them to do CoW guest file 
> systems, at least
> > in a production environemnt.
> > 
> > Ian
> >
> 
> 
> -------------------------------------------------------
> SF email is sponsored by - The IT Product Guide
> Read honest & candid reviews on hundreds of IT Products from 
> real users.
> Discover which products truly live up to the hype. Start reading now.
> http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/xen-devel
> 


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_ide95&alloc_id\x14396&op=click

^ permalink raw reply	[flat|nested] 10+ messages in thread

* RE: Question about OCFS1/2
@ 2005-02-18 13:08 Ian Pratt
  0 siblings, 0 replies; 10+ messages in thread
From: Ian Pratt @ 2005-02-18 13:08 UTC (permalink / raw)
  To: Justin Dearing, xen-devel; +Cc: ian.pratt

 

> Wait the xen kernel is 2.6 and the LVM howto and the errors I get from
> lvcreate -s indicate that I can't do snapshots on 2.6 becasue LVM2
> doenst support snapshots yet.  I think I'm back to using a clustering
> file system to enable backups..

Snapshots have been in LVM2 since around 2.6.7
Ian

> 
> On Thu, 17 Feb 2005 11:15:40 -0500, Justin Dearing 
> <zippy1981@gmail.com> wrote:
> > So I can create and mount a snapshot on the host OS of a 
> LVM partition
> > that is being mounted RW by the guest OS (naturalyl the guest sees
> > them as /dev/hda* to minimize my confusion)?  Theres no 
> data integrity
> > issues there?
> > 
> > 
> > On Wed, 16 Feb 2005 22:37:33 -0000, Ian Pratt 
> <m+Ian.Pratt@cl.cam.ac.uk> wrote:
> > >
> > > > Just curious, what version of LVM are you using where 
> snapshots are,
> > > > uhm, reliable :-).
> > >
> > > LVM snapshots work OK providing you a) use them as 
> read-only backups,
> > > and b) make sure you allocate them enough disk space such 
> that there's
> > > no danger of the snapshot filling.
> > >
> > > I wouldn't recommend using them to do CoW guest file 
> systems, at least
> > > in a production environemnt.
> > >
> > > Ian
> > >
> >
> 
> 
> -------------------------------------------------------
> SF email is sponsored by - The IT Product Guide
> Read honest & candid reviews on hundreds of IT Products from 
> real users.
> Discover which products truly live up to the hype. Start reading now.
> http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/xen-devel
> 


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_ide95&alloc_id\x14396&op=click

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2005-02-18 13:08 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-02-16 22:37 Question about OCFS1/2 Ian Pratt
2005-02-17 16:15 ` Justin Dearing
2005-02-17 16:48   ` Justin Dearing
2005-02-17 16:50     ` Wim Coekaerts
2005-02-17 18:42       ` Justin Dearing
  -- strict thread matches above, loose matches on Subject: below --
2005-02-18 13:08 Ian Pratt
2005-02-18 13:07 Ian Pratt
2005-02-16  4:50 Ian Pratt
2005-02-16  8:14 ` Arthur Bergman
2005-02-15 17:12 Justin Dearing

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.