~ubuntu-branches/ubuntu/dapper/mdadm/dapper

« back to all changes in this revision

Viewing changes to debian/{arch}/++pristine-trees/unlocked/debiandir/debiandir--mdadm/debiandir--mdadm--1.12.0-1/pkg-mdadm-devel@lists.alioth.debian.org--2005/debiandir--mdadm--1.12.0-1--patch-2/mdadm.templates

  • Committer: Package Import Robot
  • Author(s): Fabio M. Di Nitto
  • Date: 2005-11-28 07:35:36 UTC
  • mfrom: (1.1.3)
  • Revision ID: package-import@ubuntu.com-20051128073536-ph8pstb6ams9huk4
Tags: 1.12.0-1ubuntu1
Resyncronize with Debian.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Template: mdadm/warning
 
2
Type: note
 
3
_Description: Initialise the superblock if you reuse hard disks
 
4
 WARNING! If you are using hard disks which have a md superblock from an
 
5
 earlier installation in a different RAID array, you MUST zero the superblock
 
6
 before activating the autostart feature.
 
7
 .
 
8
 To do this, do not start the RAID devices automatically. First, zero the
 
9
 superblock (mdadm --zero-superblock /dev/mdX). Next, use `dpkg-reconfigure
 
10
 mdadm` to reactivate the autostart feature.
 
11
 
 
12
Template: mdadm/autostart
 
13
Type: boolean
 
14
Default: true
 
15
_Description: Do you want to start the RAID devices automatically?
 
16
 If RAID devices are started automatically, all RAID devices are discovered and
 
17
 assembled automatically at system startup. This option should only be used
 
18
 if the md driver is compiled as a module. If it is compiled into
 
19
 your kernel, the automatic startup will be performed at boot time by the
 
20
 kernel and therefore you should not choose this option.
 
21
 
 
22
Template: mdadm/start_daemon
 
23
Type: boolean
 
24
Default: true
 
25
_Description: Do you want to start the RAID monitor daemon?
 
26
 When the RAID monitor daemon runs, email notifications are sent when a
 
27
 disk belonging to a RAID array fails or changes its status for some reason.
 
28
 
 
29
Template: mdadm/mail_to
 
30
Type: string
 
31
Default: root
 
32
_Description: Recipient for daemon email notifications:
 
33
 Please enter the email address of the user who should get the email
 
34
 notification if the status of a RAID array changes.