[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#301426: marked as done (Multiple disks in partman)



Your message dated Sat, 26 Mar 2005 09:15:07 -0500
with message-id <E1DFC4D-00079G-00@spohr.debian.org>
and subject line Bug#301426: Acknowledgement (Multiple disks in partman) 
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--------------------------------------
Received: (at submit) by bugs.debian.org; 25 Mar 2005 20:51:08 +0000
>From peek@tiem.utk.edu Fri Mar 25 12:51:07 2005
Return-path: <peek@tiem.utk.edu>
Received: from mail.tiem.utk.edu [160.36.46.38] 
	by spohr.debian.org with smtp (Exim 3.35 1 (Debian))
	id 1DEvlh-00051I-00; Fri, 25 Mar 2005 12:50:57 -0800
Received: (qmail 6453 invoked from network); 25 Mar 2005 15:50:49 -0500
Received: from parus.tiem.utk.edu (160.36.46.47)
  by mail.tiem.utk.edu with SMTP; 25 Mar 2005 15:50:49 -0500
Received: (qmail 8282 invoked from network); 25 Mar 2005 15:50:49 -0500
Received: from localhost (HELO tiem.utk.edu) (127.0.0.1)
  by localhost with SMTP; 25 Mar 2005 15:50:49 -0500
To: submit@bugs.debian.org
cc: peek
Subject: Multiple disks in partman
Date: Fri, 25 Mar 2005 15:50:49 -0500
From: "Michael S. Peek" <peek@tiem.utk.edu>
Message-Id: <[🔎] E1DEvlh-00051I-00@spohr.debian.org>
Delivered-To: submit@bugs.debian.org
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
	(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
	autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level: 


Package: installation
Severity: wishlist

It would be nice to modify partman to be able to handle multiple disks.  One
possible method that (I think) would be backward-compatible with the current
debconf preseed scheme would be to extend some of the definitions in
partman-auto-recipe.txt thusly:

As it reads now:

  <recipe>::=<header>_<partitions>

Could become:

  <recipe>::=<header>_<disks>

  <disks>::=<disk>|<disk>_<disks>

  <disk>::=<partitions>|<device>_<partitions>

It would allow the following:

  d-i partman-auto/disk                  string /dev/hda
  d-i partman-auto/expert_recipe         string \
    root-swap :: \
      500 10000 1000000000 ext3 \
        $primary{ } $bootable{ } \
        method{ format } format{ } \
        use_filesystem{ } filesystem{ ext3 } mountpoint{ / } \
      . \
      64 512 300% linux-swap \
        method{ swap } format{ } \
      .

To be extended into multiple-disk recipes like this:

  d-i partman-auto/expert_recipe         string \
    root-swap :: \
      /dev/hda \
        500 10000 1000000000 ext3 \
          $primary{ } $bootable{ } \
          method{ format } format{ } \
          use_filesystem{ } filesystem{ ext3 } mountpoint{ / } \
        . \
        64 512 300% linux-swap \
          method{ swap } format{ } \
        . \
      /dev/hdb \
        500 10000 1000000000 ext3 \
          $primary{ } $bootable{ } \
          method{ format } format{ } \
          use_filesystem{ } filesystem{ ext3 } mountpoint{ /home } \
        . \

Without breaking support for the former entry.


Michael Peek


---------------------------------------
Received: (at 301426-done) by bugs.debian.org; 26 Mar 2005 14:15:09 +0000
>From peek@tiem.utk.edu Sat Mar 26 06:15:09 2005
Return-path: <peek@tiem.utk.edu>
Received: from mail.tiem.utk.edu [160.36.46.38] 
	by spohr.debian.org with smtp (Exim 3.35 1 (Debian))
	id 1DFC4D-00079G-00; Sat, 26 Mar 2005 06:15:09 -0800
Received: (qmail 20634 invoked from network); 26 Mar 2005 09:15:07 -0500
Received: from parus.tiem.utk.edu (160.36.46.47)
  by mail.tiem.utk.edu with SMTP; 26 Mar 2005 09:15:07 -0500
Received: (qmail 2524 invoked from network); 26 Mar 2005 09:15:07 -0500
Received: from localhost (HELO tiem.utk.edu) (127.0.0.1)
  by localhost with SMTP; 26 Mar 2005 09:15:07 -0500
To: 301426-done@bugs.debian.org
cc: "Michael S. Peek" <peek@tiem.utk.edu>
Subject: Re: Bug#301426: Acknowledgement (Multiple disks in partman) 
In-reply-to: Your message of "Fri, 25 Mar 2005 13:03:10 PST."
             <handler.301426.B.111178386819325.ack@bugs.debian.org> 
Date: Sat, 26 Mar 2005 09:15:07 -0500
From: "Michael S. Peek" <peek@tiem.utk.edu>
Message-Id: <E1DFC4D-00079G-00@spohr.debian.org>
Delivered-To: 301426-done@bugs.debian.org
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
	(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-3.9 required=4.0 tests=BAYES_00,BLANK_LINES_70_80,
	HAS_BUG_NUMBER autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level: 


This is a duplicate of bug #301435.



Reply to: