linux-um archives
 help / color / mirror / Atom feed
From: Jeff Dike <jdike@addtoit.com>
To: Nuno Silva <nuno.silva@vgertech.com>
Cc: user-mode-linux-devel@lists.sourceforge.net
Subject: Re: [uml-devel] uml-patch-2.4.20-7
Date: Tue, 02 Sep 2003 15:00:34 -0400	[thread overview]
Message-ID: <200309021900.h82J0YHx001746@ccure.karaya.com> (raw)
In-Reply-To: Your message of "Sat, 30 Aug 2003 23:47:49 BST." <3F512995.4050209@vgertech.com>

nuno.silva@vgertech.com said:
> Can you give us a brief explanation on what this does? :) 

It's not useful at the moment.

It's to support the standalone COW driver when I get around to finishing it.
You will set up a COW file on the command line like
	cow0=/dev/ubd1,/dev/ubd0 ubd0=backing-file ubd1=cow-file

Since I can't break the existing
	ubdx=cow-file,backing-file
syntax, that will need to continue to be supported.

This causes a problem with ubd1=cow-file in the first example.  As the ubd
driver is currently written, this will cause ubd1 to be effectively
	ubd1=cow-file,backing-file
because it will read the backing file from the COW header.

With the standalone COW driver, this is undesirable.  We want ubd1 to not
be interpretted as a COW file since cow0 will be doing that.

So, the best thing I could think of was to make you specify ubd1 as
	ubd1d=cow-file
which says 'this is just blocks of data, even though it looks like a COW file'.

This is non-optimal since the common case in the long run (standalone COW)
should be easy and not require any special extra crap, but I don't see a
way of doing that without breaking everyone's scripts.

				Jeff



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
User-mode-linux-devel mailing list
User-mode-linux-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel

       reply	other threads:[~2003-09-02 21:35 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <200308071929.h77JTo5N017958@uml.karaya.com>
     [not found] ` <3F512995.4050209@vgertech.com>
2003-09-02 19:00   ` Jeff Dike [this message]
2003-09-03 15:45     ` [uml-devel] uml-patch-2.4.20-7 Matt Zimmerman
2003-09-04  2:30       ` Jeff Dike
2003-09-04  3:15         ` Matt Zimmerman

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200309021900.h82J0YHx001746@ccure.karaya.com \
    --to=jdike@addtoit.com \
    --cc=nuno.silva@vgertech.com \
    --cc=user-mode-linux-devel@lists.sourceforge.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox