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

Bug#619043: marked as done (mdadm: [PATCH] debian/README.recipes - Clarify short options)



Your message dated Sun, 13 Sep 2020 04:18:28 +0000
with message-id <E1kHJTA-000HD1-BC@fasolo.debian.org>
and subject line Bug#619043: fixed in mdadm 4.1-6
has caused the Debian Bug report #619043,
regarding mdadm: [PATCH] debian/README.recipes - Clarify short options
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
619043: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=619043
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: mdadm
Version: 3.1.4-1+8efb9d1
Severity: wishlist


The debian/README.recipes contains useful information and almost all
commands are presented with --long options for clarity. This is very
good.

The use of short options has probably been due to making the ocmmand
fit in 80 column.

The following patch:

- Explains the used short options, so that they need not to be
  looked up from the manual page while reading the document

- Adds few paragraph breaks in order to help to read the commands and
  their comments better. (putting all together is porridge; specially
  with small fonts, small display)

-- Package-specific info:
--- mdadm.conf
DEVICE partitions
CREATE owner=root group=disk mode=0660 auto=yes
HOMEHOST <system>
MAILADDR root

--- /etc/default/mdadm
INITRDSTART='all'
AUTOSTART=true
AUTOCHECK=true
START_DAEMON=true
DAEMON_OPTIONS="--syslog"
VERBOSE=false

--- /proc/mdstat:
Personalities : 
unused devices: <none>

--- /proc/partitions:
major minor  #blocks  name

   8        0  976762584 sda
   8        1    6835626 sda1
   8        2   48829567 sda2
   8        3          1 sda3
   8        5    4883728 sda5
   8        6   29294496 sda6
   8        7    1951866 sda7
   8        8   97659103 sda8
   8        9  787305456 sda9
   8       16 1953514584 sdb
   8       17    7340032 sdb1
   8       18   10485760 sdb2
   8       19   52428800 sdb3
   8       20 1883259962 sdb4
   8       32  732574584 sdc
   8       33  732574556 sdc1
   8       48  976762584 sdd
   8       49    2104483 sdd1
   8       50   12594960 sdd2
   8       51   52436160 sdd3
   8       52          1 sdd4
   8       53  209720511 sdd5
   8       54  699903823 sdd6

--- LVM physical volumes:
LVM does not seem to be used.
--- mount output
/dev/sda6 on / type ext3 (rw,noatime,nodiratime,data=ordered,errors=remount-ro)
tmpfs on /lib/init/rw type tmpfs (rw,nosuid,mode=0755)
proc on /proc type proc (rw,noexec,nosuid,nodev)
sysfs on /sys type sysfs (rw,noexec,nosuid,nodev)
udev on /dev type tmpfs (rw,mode=0755)
tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
devpts on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=620)
none on /tmp type tmpfs (rw,mode=1777,size=800m)
none on /var/cache/pbuilder/build type tmpfs (rw,size=1700m)
/dev/sda8 on /mnt/local/data type ext3 (rw,noatime,nodiratime,data=ordered,errors=remount-ro)
/dev/sda9 on /mnt/local/storage type ext3 (rw,noatime,nodiratime,data=ordered,errors=remount-ro)
/dev/sdb4 on /mnt/local/extent type ext4 (rw,noatime,nodiratime,data=ordered,barrier=1,errors=remount-ro,commit=15)
/dev/sdc1 on /mnt/local/extent2 type ext4 (rw,noatime,nodiratime,data=writeback,barrier=0,errors=remount-ro)
/mnt/local/extent2 on /srv/spare type none (rw,bind,noatime,nodiratime)
/mnt/local/data/local/root on /root type none (rw,bind,noatime,nodiratime)
/mnt/local/data/local/usr/src/local on /usr/src/local type none (rw,bind,noatime,nodiratime)
/mnt/local/data/local/var/spool/spamassassin on /var/spool/spamassassin type none (rw,bind,noatime,nodiratime)
/mnt/local/data/local/var/spool/sa-exim on /var/spool/sa-exim type none (rw,bind,noatime,nodiratime)
/mnt/local/data/local/var/cache/apt on /var/cache/apt type none (rw,bind,noatime,nodiratime)
/mnt/local/data/local/var/cache/apt-cacher-ng on /var/cache/apt-cacher-ng type none (rw,bind,noatime,nodiratime)
/mnt/local/data/local/var/cache/pbuilder on /var/cache/pbuilder type none (rw,bind,noatime,nodiratime)
/mnt/local/extent/storage/archive on /srv/archive type none (rw,bind,noatime,nodiratime)
/mnt/local/storage/backup on /srv/backup type none (rw,bind,noatime,nodiratime)
/mnt/local/storage/backup/host/picasso on /backup type none (rw,bind,noatime,nodiratime)
/mnt/local/extent/data on /srv/data type none (rw,bind,noatime,nodiratime)
/mnt/local/extent/storage on /srv/storage type none (rw,bind,noatime,nodiratime)
/mnt/local/storage/tmp/tmp on /srv/tmp type none (rw,bind,noatime,nodiratime)
/mnt/local/extent/storage/media on /srv/media type none (rw,bind,noatime,nodiratime)
/mnt/local/extent/storage/media/pic on /srv/pic type none (rw,bind,noatime,nodiratime)
/mnt/local/extent/storage/media/audio/music on /srv/audio type none (rw,bind,noatime,nodiratime)
/mnt/local/extent/storage/iso on /srv/iso type none (rw,bind,noatime,nodiratime)
/mnt/local/extent/data/cygwin on /srv/cygwin type none (rw,bind,noatime,nodiratime)
/mnt/local/extent/data/cygwin/packages on /srv/cygwin-packages type none (rw,bind,noatime,nodiratime)
/mnt/local/extent/data/cygwin/git on /srv/gitcyg type none (rw,bind,noatime,nodiratime)
/mnt/local/extent/data/windows on /srv/windows type none (rw,bind,noatime,nodiratime)
/mnt/local/extent/storage/data/work on /srv/work type none (rw,bind,noatime,nodiratime)
/mnt/local/extent/storage/data/work/mailing-list on /srv/ml type none (rw,bind,noatime,nodiratime)
/mnt/local/extent/storage/server/git/www on /srv/gitwww type none (rw,bind,noatime,nodiratime)
/mnt/local/storage/share/devel/emacs on /srv/emacs type none (rw,bind,noatime,nodiratime)
/mnt/local/storage/share/devel/net on /srv/src type none (rw,bind,noatime,nodiratime)
/mnt/local/storage/share/devel/net/deb on /srv/deb type none (rw,bind,noatime,nodiratime)
rpc_pipefs on /var/lib/nfs/rpc_pipefs type rpc_pipefs (rw)
fusectl on /sys/fs/fuse/connections type fusectl (rw)
nfsd on /proc/fs/nfsd type nfsd (rw)
home:/home on /home type nfs (rw,noatime,nodiratime,hard,intr,bg,sec=sys,retry=1,addr=192.168.1.2)
bongo:/usr/src/my on /mnt/nfs/bongo/src/my type nfs (rw,noatime,nodiratime,hard,intr,bg,sec=sys,retry=1,addr=192.168.1.2)
bongo:/usr/src/debian on /mnt/nfs/bongo/src/debian type nfs (rw,noatime,nodiratime,hard,intr,bg,sec=sys,retry=1,addr=192.168.1.2)
/mnt/local/storage/share/wine on /srv/wine type none (rw,bind,noatime,nodiratime)
/mnt/local/storage/share/vbox on /srv/vbox type none (rw,bind,noatime,nodiratime)
/mnt/local/storage/share/qemu on /srv/qemu type none (rw,bind,noatime,nodiratime)
binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,noexec,nosuid,nodev)
/mnt/local/storage/tmp/tmp on /tmp type none (rw,bind)

--- initrd.img-2.6.32-5-amd64:
57648 blocks
20f8301d5b46e4b79d1b08946782fa71  ./lib/modules/2.6.32-5-amd64/kernel/drivers/md/dm-mod.ko

--- initrd's /conf/conf.d/md:
no conf/md file.

--- /proc/modules:
dm_mod 53754 0 - Live 0xffffffffa0371000

--- /var/log/syslog:

--- volume detail:
/dev/sda is not recognised by mdadm.
/dev/sda1 is not recognised by mdadm.
/dev/sda2 is not recognised by mdadm.
/dev/sda3 is not recognised by mdadm.
/dev/sda5 is not recognised by mdadm.
/dev/sda6 is not recognised by mdadm.
/dev/sda7 is not recognised by mdadm.
/dev/sda8 is not recognised by mdadm.
/dev/sda9 is not recognised by mdadm.
/dev/sdb is not recognised by mdadm.
/dev/sdb1 is not recognised by mdadm.
/dev/sdb2 is not recognised by mdadm.
/dev/sdb3 is not recognised by mdadm.
/dev/sdb4 is not recognised by mdadm.
/dev/sdc is not recognised by mdadm.
/dev/sdc1 is not recognised by mdadm.
/dev/sdd is not recognised by mdadm.
/dev/sdd1 is not recognised by mdadm.
/dev/sdd2 is not recognised by mdadm.
/dev/sdd3 is not recognised by mdadm.
/dev/sdd4 is not recognised by mdadm.
/dev/sdd5 is not recognised by mdadm.
/dev/sdd6 is not recognised by mdadm.

--- /proc/cmdline
BOOT_IMAGE=/vmlinuz root=UUID=cb9d814f-d885-435b-8e6d-ac17c0ac5aa1 ro quiet vga=0x317 iommu=noagp,memaper=3 mem=8G

--- grub2:
set root='(hd0,msdos6)'
set root='(hd0,msdos6)'
set root='(hd0,msdos6)'
	set root='(hd0,msdos6)'
	linux	/boot/vmlinuz-2.6.37-2-amd64 root=UUID=cb9d814f-d885-435b-8e6d-ac17c0ac5aa1 ro  quiet
	set root='(hd0,msdos6)'
	linux	/boot/vmlinuz-2.6.37-2-amd64 root=UUID=cb9d814f-d885-435b-8e6d-ac17c0ac5aa1 ro single 
	set root='(hd0,msdos6)'
	linux	/boot/vmlinuz-2.6.33-2-amd64 root=UUID=cb9d814f-d885-435b-8e6d-ac17c0ac5aa1 ro  quiet
	set root='(hd0,msdos6)'
	linux	/boot/vmlinuz-2.6.33-2-amd64 root=UUID=cb9d814f-d885-435b-8e6d-ac17c0ac5aa1 ro single 
	set root='(hd0,msdos6)'
	linux	/boot/vmlinuz-2.6.32-5-amd64 root=UUID=cb9d814f-d885-435b-8e6d-ac17c0ac5aa1 ro  quiet
	set root='(hd0,msdos6)'
	linux	/boot/vmlinuz-2.6.32-5-amd64 root=UUID=cb9d814f-d885-435b-8e6d-ac17c0ac5aa1 ro single 
	set root='(hd0,msdos6)'
	linux	/boot/vmlinuz-2.6.32-3-amd64 root=UUID=cb9d814f-d885-435b-8e6d-ac17c0ac5aa1 ro  quiet
	set root='(hd0,msdos6)'
	linux	/boot/vmlinuz-2.6.32-3-amd64 root=UUID=cb9d814f-d885-435b-8e6d-ac17c0ac5aa1 ro single 
	set root='(hd0,msdos6)'
	linux	/boot/vmlinuz-2.6.32-trunk-amd64 root=UUID=cb9d814f-d885-435b-8e6d-ac17c0ac5aa1 ro  quiet
	set root='(hd0,msdos6)'
	linux	/boot/vmlinuz-2.6.32-trunk-amd64 root=UUID=cb9d814f-d885-435b-8e6d-ac17c0ac5aa1 ro single 
	set root='(hd0,msdos6)'
	linux	/boot/vmlinuz-2.6.30-2-amd64 root=UUID=cb9d814f-d885-435b-8e6d-ac17c0ac5aa1 ro  quiet
	set root='(hd0,msdos6)'
	linux	/boot/vmlinuz-2.6.30-2-amd64 root=UUID=cb9d814f-d885-435b-8e6d-ac17c0ac5aa1 ro single 
	set root='(hd0,msdos6)'
	linux	/boot/vmlinuz-2.6.30-1-amd64 root=UUID=cb9d814f-d885-435b-8e6d-ac17c0ac5aa1 ro  quiet
	set root='(hd0,msdos6)'
	linux	/boot/vmlinuz-2.6.30-1-amd64 root=UUID=cb9d814f-d885-435b-8e6d-ac17c0ac5aa1 ro single 
	set root='(hd0,msdos6)'
	linux	/boot/vmlinuz-2.6.26-1-openvz-amd64 root=UUID=cb9d814f-d885-435b-8e6d-ac17c0ac5aa1 ro  quiet
	set root='(hd0,msdos6)'
	linux	/boot/vmlinuz-2.6.26-1-openvz-amd64 root=UUID=cb9d814f-d885-435b-8e6d-ac17c0ac5aa1 ro single 
	set root='(hd0,msdos6)'
	linux	/boot/vmlinuz-2.6.26-1-amd64 root=UUID=cb9d814f-d885-435b-8e6d-ac17c0ac5aa1 ro  quiet
	set root='(hd0,msdos6)'
	linux	/boot/vmlinuz-2.6.26-1-amd64 root=UUID=cb9d814f-d885-435b-8e6d-ac17c0ac5aa1 ro single 
	set root='(hd0,msdos5)'
	linux /vmlinuz root=UUID=cb9d814f-d885-435b-8e6d-ac17c0ac5aa1 ro quiet vga=0x317 iommu=noagp,memaper=3 mem=8G
	set root='(hd0,msdos5)'
	linux /vmlinuz root=UUID=0b46d673-8c23-4709-b92c-3fdf460e1dd4 ro quiet vga=0x317
	set root='(hd0,msdos5)'
	linux /boot/vmlinuz-2.6.24-1-amd64 root=UUID=0b46d673-8c23-4709-b92c-3fdf460e1dd4 ro vga=0x317 single
	set root='(hd0,msdos5)'
	linux /vmlinuz root=LABEL=rootpi ro vga=0x317
	set root='(hd0,msdos5)'
	linux /vmlinuz root=LABEL=rescuepi ro vga=0x317
	set root='(hd0,msdos5)'
	linux /boot/vmlinuz-2.6.32-5-amd64 root=UUID=0b46d673-8c23-4709-b92c-3fdf460e1dd4 ro quiet
	set root='(hd0,msdos5)'
	linux /boot/vmlinuz-2.6.32-5-amd64 root=UUID=0b46d673-8c23-4709-b92c-3fdf460e1dd4 ro single
	set root='(hd0,msdos5)'
	linux /boot/vmlinuz-2.6.30-2-amd64 root=UUID=0b46d673-8c23-4709-b92c-3fdf460e1dd4 ro quiet
	set root='(hd0,msdos5)'
	linux /boot/vmlinuz-2.6.30-2-amd64 root=UUID=0b46d673-8c23-4709-b92c-3fdf460e1dd4 ro single
	set root='(hd0,msdos5)'
	linux /boot/vmlinuz-2.6.24-1-amd64 root=UUID=0b46d673-8c23-4709-b92c-3fdf460e1dd4 ro quiet
	set root='(hd0,msdos5)'
	linux /boot/vmlinuz-2.6.24-1-amd64 root=UUID=0b46d673-8c23-4709-b92c-3fdf460e1dd4 ro single

--- udev:
ii  udev           166-1          /dev/ and hotplug management daemon
4a574fcd059040d33ea18a8aa605a184  /lib/udev/rules.d/64-md-raid.rules

--- /dev:
/dev/disk/by-id:
total 0
lrwxrwxrwx 1 root root  9 Mar 13 12:14 ata-SAMSUNG_HD203WI_S1UYJ1RZ504037 -> ../../sdb
lrwxrwxrwx 1 root root 10 Mar 13 12:14 ata-SAMSUNG_HD203WI_S1UYJ1RZ504037-part1 -> ../../sdb1
lrwxrwxrwx 1 root root 10 Mar 13 12:14 ata-SAMSUNG_HD203WI_S1UYJ1RZ504037-part2 -> ../../sdb2
lrwxrwxrwx 1 root root 10 Mar 13 12:14 ata-SAMSUNG_HD203WI_S1UYJ1RZ504037-part3 -> ../../sdb3
lrwxrwxrwx 1 root root 10 Mar 13 12:14 ata-SAMSUNG_HD203WI_S1UYJ1RZ504037-part4 -> ../../sdb4
lrwxrwxrwx 1 root root  9 Mar 13 12:14 ata-ST31000340AS_5QJ01MS4 -> ../../sda
lrwxrwxrwx 1 root root 10 Mar 13 12:14 ata-ST31000340AS_5QJ01MS4-part1 -> ../../sda1
lrwxrwxrwx 1 root root 10 Mar 13 12:14 ata-ST31000340AS_5QJ01MS4-part2 -> ../../sda2
lrwxrwxrwx 1 root root 10 Mar 13 12:14 ata-ST31000340AS_5QJ01MS4-part3 -> ../../sda3
lrwxrwxrwx 1 root root 10 Mar 13 12:14 ata-ST31000340AS_5QJ01MS4-part5 -> ../../sda5
lrwxrwxrwx 1 root root 10 Mar 13 12:14 ata-ST31000340AS_5QJ01MS4-part6 -> ../../sda6
lrwxrwxrwx 1 root root 10 Mar 13 12:14 ata-ST31000340AS_5QJ01MS4-part7 -> ../../sda7
lrwxrwxrwx 1 root root 10 Mar 13 12:14 ata-ST31000340AS_5QJ01MS4-part8 -> ../../sda8
lrwxrwxrwx 1 root root 10 Mar 13 12:14 ata-ST31000340AS_5QJ01MS4-part9 -> ../../sda9
lrwxrwxrwx 1 root root  9 Mar 13 12:14 ata-ST3750640AS_3QD01JY8 -> ../../sdc
lrwxrwxrwx 1 root root 10 Mar 13 12:14 ata-ST3750640AS_3QD01JY8-part1 -> ../../sdc1
lrwxrwxrwx 1 root root  9 Mar 13 12:14 scsi-SATA_SAMSUNG_HD203WIS1UYJ1RZ504037 -> ../../sdb
lrwxrwxrwx 1 root root 10 Mar 13 12:14 scsi-SATA_SAMSUNG_HD203WIS1UYJ1RZ504037-part1 -> ../../sdb1
lrwxrwxrwx 1 root root 10 Mar 13 12:14 scsi-SATA_SAMSUNG_HD203WIS1UYJ1RZ504037-part2 -> ../../sdb2
lrwxrwxrwx 1 root root 10 Mar 13 12:14 scsi-SATA_SAMSUNG_HD203WIS1UYJ1RZ504037-part3 -> ../../sdb3
lrwxrwxrwx 1 root root 10 Mar 13 12:14 scsi-SATA_SAMSUNG_HD203WIS1UYJ1RZ504037-part4 -> ../../sdb4
lrwxrwxrwx 1 root root  9 Mar 13 12:14 scsi-SATA_ST31000340AS_5QJ01MS4 -> ../../sda
lrwxrwxrwx 1 root root 10 Mar 13 12:14 scsi-SATA_ST31000340AS_5QJ01MS4-part1 -> ../../sda1
lrwxrwxrwx 1 root root 10 Mar 13 12:14 scsi-SATA_ST31000340AS_5QJ01MS4-part2 -> ../../sda2
lrwxrwxrwx 1 root root 10 Mar 13 12:14 scsi-SATA_ST31000340AS_5QJ01MS4-part3 -> ../../sda3
lrwxrwxrwx 1 root root 10 Mar 13 12:14 scsi-SATA_ST31000340AS_5QJ01MS4-part5 -> ../../sda5
lrwxrwxrwx 1 root root 10 Mar 13 12:14 scsi-SATA_ST31000340AS_5QJ01MS4-part6 -> ../../sda6
lrwxrwxrwx 1 root root 10 Mar 13 12:14 scsi-SATA_ST31000340AS_5QJ01MS4-part7 -> ../../sda7
lrwxrwxrwx 1 root root 10 Mar 13 12:14 scsi-SATA_ST31000340AS_5QJ01MS4-part8 -> ../../sda8
lrwxrwxrwx 1 root root 10 Mar 13 12:14 scsi-SATA_ST31000340AS_5QJ01MS4-part9 -> ../../sda9
lrwxrwxrwx 1 root root  9 Mar 13 12:14 scsi-SATA_ST3750640AS_3QD01JY8 -> ../../sdc
lrwxrwxrwx 1 root root 10 Mar 13 12:14 scsi-SATA_ST3750640AS_3QD01JY8-part1 -> ../../sdc1
lrwxrwxrwx 1 root root  9 Mar 13 12:14 wwn-0x5000c5000288420f -> ../../sda
lrwxrwxrwx 1 root root 10 Mar 13 12:14 wwn-0x5000c5000288420f-part1 -> ../../sda1
lrwxrwxrwx 1 root root 10 Mar 13 12:14 wwn-0x5000c5000288420f-part2 -> ../../sda2
lrwxrwxrwx 1 root root 10 Mar 13 12:14 wwn-0x5000c5000288420f-part3 -> ../../sda3
lrwxrwxrwx 1 root root 10 Mar 13 12:14 wwn-0x5000c5000288420f-part5 -> ../../sda5
lrwxrwxrwx 1 root root 10 Mar 13 12:14 wwn-0x5000c5000288420f-part6 -> ../../sda6
lrwxrwxrwx 1 root root 10 Mar 13 12:14 wwn-0x5000c5000288420f-part7 -> ../../sda7
lrwxrwxrwx 1 root root 10 Mar 13 12:14 wwn-0x5000c5000288420f-part8 -> ../../sda8
lrwxrwxrwx 1 root root 10 Mar 13 12:14 wwn-0x5000c5000288420f-part9 -> ../../sda9
lrwxrwxrwx 1 root root  9 Mar 13 12:14 wwn-0x50024e900380f288 -> ../../sdb
lrwxrwxrwx 1 root root 10 Mar 13 12:14 wwn-0x50024e900380f288-part1 -> ../../sdb1
lrwxrwxrwx 1 root root 10 Mar 13 12:14 wwn-0x50024e900380f288-part2 -> ../../sdb2
lrwxrwxrwx 1 root root 10 Mar 13 12:14 wwn-0x50024e900380f288-part3 -> ../../sdb3
lrwxrwxrwx 1 root root 10 Mar 13 12:14 wwn-0x50024e900380f288-part4 -> ../../sdb4

/dev/disk/by-label:
total 0
lrwxrwxrwx 1 root root 10 Mar 13 12:14 data -> ../../sda8
lrwxrwxrwx 1 root root 10 Mar 13 12:14 media -> ../../sdb4
lrwxrwxrwx 1 root root 10 Mar 13 12:14 picasso -> ../../sda2
lrwxrwxrwx 1 root root 10 Mar 13 12:14 rescue2 -> ../../sdb1
lrwxrwxrwx 1 root root 10 Mar 13 12:14 rescuepi -> ../../sda5
lrwxrwxrwx 1 root root 10 Mar 13 12:14 root2 -> ../../sdb3
lrwxrwxrwx 1 root root 10 Mar 13 12:14 rootpi -> ../../sda6
lrwxrwxrwx 1 root root 10 Mar 13 12:14 storage -> ../../sda9
lrwxrwxrwx 1 root root 10 Mar 13 12:14 swap -> ../../sda7
lrwxrwxrwx 1 root root 10 Mar 13 12:14 swap2 -> ../../sdb2

/dev/disk/by-path:
total 0
lrwxrwxrwx 1 root root  9 Mar 13 12:14 pci-0000:00:0d.0-scsi-0:0:0:0 -> ../../sda
lrwxrwxrwx 1 root root 10 Mar 13 12:14 pci-0000:00:0d.0-scsi-0:0:0:0-part1 -> ../../sda1
lrwxrwxrwx 1 root root 10 Mar 13 12:14 pci-0000:00:0d.0-scsi-0:0:0:0-part2 -> ../../sda2
lrwxrwxrwx 1 root root 10 Mar 13 12:14 pci-0000:00:0d.0-scsi-0:0:0:0-part3 -> ../../sda3
lrwxrwxrwx 1 root root 10 Mar 13 12:14 pci-0000:00:0d.0-scsi-0:0:0:0-part5 -> ../../sda5
lrwxrwxrwx 1 root root 10 Mar 13 12:14 pci-0000:00:0d.0-scsi-0:0:0:0-part6 -> ../../sda6
lrwxrwxrwx 1 root root 10 Mar 13 12:14 pci-0000:00:0d.0-scsi-0:0:0:0-part7 -> ../../sda7
lrwxrwxrwx 1 root root 10 Mar 13 12:14 pci-0000:00:0d.0-scsi-0:0:0:0-part8 -> ../../sda8
lrwxrwxrwx 1 root root 10 Mar 13 12:14 pci-0000:00:0d.0-scsi-0:0:0:0-part9 -> ../../sda9
lrwxrwxrwx 1 root root  9 Mar 13 12:14 pci-0000:00:0d.0-scsi-1:0:0:0 -> ../../sr0
lrwxrwxrwx 1 root root  9 Mar 13 12:14 pci-0000:00:0d.1-scsi-0:0:0:0 -> ../../sdb
lrwxrwxrwx 1 root root 10 Mar 13 12:14 pci-0000:00:0d.1-scsi-0:0:0:0-part1 -> ../../sdb1
lrwxrwxrwx 1 root root 10 Mar 13 12:14 pci-0000:00:0d.1-scsi-0:0:0:0-part2 -> ../../sdb2
lrwxrwxrwx 1 root root 10 Mar 13 12:14 pci-0000:00:0d.1-scsi-0:0:0:0-part3 -> ../../sdb3
lrwxrwxrwx 1 root root 10 Mar 13 12:14 pci-0000:00:0d.1-scsi-0:0:0:0-part4 -> ../../sdb4
lrwxrwxrwx 1 root root  9 Mar 13 12:14 pci-0000:00:0d.1-scsi-1:0:0:0 -> ../../sdc
lrwxrwxrwx 1 root root 10 Mar 13 12:14 pci-0000:00:0d.1-scsi-1:0:0:0-part1 -> ../../sdc1
lrwxrwxrwx 1 root root  9 Mar 13 12:14 pci-0000:00:0d.2-scsi-1:0:0:0 -> ../../sdd
lrwxrwxrwx 1 root root 10 Mar 13 12:14 pci-0000:00:0d.2-scsi-1:0:0:0-part1 -> ../../sdd1
lrwxrwxrwx 1 root root 10 Mar 13 12:14 pci-0000:00:0d.2-scsi-1:0:0:0-part2 -> ../../sdd2
lrwxrwxrwx 1 root root 10 Mar 13 12:14 pci-0000:00:0d.2-scsi-1:0:0:0-part3 -> ../../sdd3
lrwxrwxrwx 1 root root 10 Mar 13 12:14 pci-0000:00:0d.2-scsi-1:0:0:0-part4 -> ../../sdd4
lrwxrwxrwx 1 root root 10 Mar 13 12:14 pci-0000:00:0d.2-scsi-1:0:0:0-part5 -> ../../sdd5
lrwxrwxrwx 1 root root 10 Mar 13 12:14 pci-0000:00:0d.2-scsi-1:0:0:0-part6 -> ../../sdd6

/dev/disk/by-uuid:
total 0
lrwxrwxrwx 1 root root 10 Mar 13 12:14 0b46d673-8c23-4709-b92c-3fdf460e1dd4 -> ../../sda5
lrwxrwxrwx 1 root root 10 Mar 13 12:14 1ccf5598-c8a1-4a1f-bac2-49ace0c4ef01 -> ../../sdb2
lrwxrwxrwx 1 root root 10 Mar 13 12:14 1e2851bd-cc6f-4d72-bf9f-c6fa754155b1 -> ../../sda8
lrwxrwxrwx 1 root root 10 Mar 13 12:14 23C5-0B25 -> ../../sda1
lrwxrwxrwx 1 root root 10 Mar 13 12:14 50398f34-dda8-4a39-934c-0d3a2c544f42 -> ../../sdb3
lrwxrwxrwx 1 root root 10 Mar 13 12:14 6a14db05-0b79-4aec-856d-2d105b1049d4 -> ../../sdb4
lrwxrwxrwx 1 root root 10 Mar 13 12:14 8382f307-fb43-489f-ab38-8d4cf37ca88c -> ../../sda2
lrwxrwxrwx 1 root root 10 Mar 13 12:14 8393acfa-d4bd-40fc-8eb9-5ccd8d85e103 -> ../../sda7
lrwxrwxrwx 1 root root 10 Mar 13 12:14 86cef3dc-c628-49de-a9b3-e3197e543174 -> ../../sdb1
lrwxrwxrwx 1 root root 10 Mar 13 12:14 cb9d814f-d885-435b-8e6d-ac17c0ac5aa1 -> ../../sda6
lrwxrwxrwx 1 root root 10 Mar 13 12:14 d16a2f42-9a50-4489-a788-8624c832a7f3 -> ../../sda9
lrwxrwxrwx 1 root root 10 Mar 13 12:14 fc9eba51-45c3-4119-818d-8ba018266360 -> ../../sdc1

/dev/md:
total 0

Auto-generated on Sun, 20 Mar 2011 20:59:33 +0200
by mdadm bugscript 3.1.4-1+8efb9d1

-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-5-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_DK.UTF-8, LC_CTYPE=en_DK.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages mdadm depends on:
ii  debconf                       1.5.38     Debian configuration management sy
ii  libc6                         2.11.2-11  Embedded GNU C Library: Shared lib
ii  lsb-base                      3.2-27     Linux Standard Base 3.2 init scrip
ii  makedev                       2.3.1-89   creates device files in /dev
ii  udev                          166-1      /dev/ and hotplug management daemo

Versions of packages mdadm recommends:
ii  exim4-daemon-heavy [mail-tran 4.74-2     Exim MTA (v4) daemon with extended
ii  module-init-tools             3.12-1     tools for managing Linux kernel mo

mdadm suggests no packages.

-- debconf information excluded
>From 6df012ed30741a509fe0e214bdd40030f0e8efcf Mon Sep 17 00:00:00 2001
From: Jari Aalto <jari.aalto@cante.net>
Date: Sun, 20 Mar 2011 20:58:12 +0200
Subject: [PATCH] Explain short options in README.recipes and add paragraph breaks.
Organization: Private
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 8bit


Signed-off-by: Jari Aalto <jari.aalto@cante.net>
---
 debian/README.recipes |   19 +++++++++++++++++++
 1 files changed, 19 insertions(+), 0 deletions(-)

diff --git a/debian/README.recipes b/debian/README.recipes
index 2b1891e..3906629 100644
--- a/debian/README.recipes
+++ b/debian/README.recipes
@@ -11,6 +11,12 @@ Enjoy. Submissions welcome.
 The latest version of this document is available here:
   http://git.debian.org/?p=pkg-mdadm/mdadm.git;a=blob;f=debian/README.recipes;hb=HEAD
 
+The short options used here are:
+
+    -l Set  RAID  level.
+    -n Number of active devices in the array.
+    -x Specify the number of spare (eXtra) devices in the initial array.
+
 0. create a new array
 ~~~~~~~~~~~~~~~~~~~~~
     mdadm --create -l1 -n2 -x1 /dev/md0 /dev/sd[abc]1   # RAID 1, 1 spare
@@ -59,6 +65,7 @@ The latest version of this document is available here:
 ~~~~~~~~~~~~~~~~~~~~~
     # on the running array:
     mdadm --add /dev/md0 /dev/sdc1
+
     # if you add more components than the array was setup with, additional
     # components will be spares
 
@@ -66,6 +73,7 @@ The latest version of this document is available here:
 ~~~~~~~~~~~~~~~~~~~~~~~~
     # on the running array:
     mdadm --fail /dev/md0 /dev/sdb1
+
     # if you have configured spares, watch /proc/mdstat how it fills in
     mdadm --remove /dev/md0 /dev/sdb1
 
@@ -74,6 +82,7 @@ The latest version of this document is available here:
     # on the running array, in either order:
     mdadm --grow -n3 /dev/md0
     mdadm --add /dev/md0 /dev/sdc1
+
     # note: without growing first, additional devices become spares and are
     # *not* synchronised after the add.
 
@@ -93,13 +102,17 @@ The latest version of this document is available here:
     # /home) and /dev/sdb1 is empty and of the same size...
     #
     mdadm --create /dev/md0 -l1 -n2 /dev/sdb1 missing
+
     mkfs -t <type> /dev/md0
     mount /dev/md0 /mnt
+
     tar -cf- -C /home . | tar -xf- -C /mnt -p
+
     # consider verifying the data
     umount /home
     umount /mnt
     mount /dev/md0 /home    # also change /etc/fstab
+
     mdadm --add /dev/md0 /dev/sda1
 
     Warren Togami has a document explaining how to convert a filesystem on
@@ -108,7 +121,9 @@ The latest version of this document is available here:
 10b. convert existing filesystem to RAID 1 in-place
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
     In-place conversion of /dev/sda1 to /dev/md0 is effectively
+
       mdadm --create /dev/md0 -l1 -n2 /dev/sda1 missing
+
     however, do NOT do this, as you risk filesystem corruption.
 
     If you need to do this, first unmount and shrink the filesystem by
@@ -122,14 +137,18 @@ The latest version of this document is available here:
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
     # See (10) for the basics.
     mdadm --create /dev/md0 -l5 -n3 /dev/sdb1 /dev/sdc1 missing
+
     #mdadm --create /dev/md0 -l6 -n4 /dev/sdb1 /dev/sdc1 /dev/sdd1 missing
     mkfs -t <type> /dev/md0
     mount /dev/md0 /mnt
+
     tar -cf- -C /home . | tar -xf- -C /mnt -p
+
     # consider verifying the data
     umount /home
     umount /mnt
     mount /dev/md0 /home    # also change /etc/fstab
+
     mdadm --add /dev/md0 /dev/sda1
 
 12. change the preferred minor of an MD array (RAID)
-- 
1.7.2.3


--- End Message ---
--- Begin Message ---
Source: mdadm
Source-Version: 4.1-6
Done: Felix Lechner <felix.lechner@lease-up.com>

We believe that the bug you reported is fixed in the latest version of
mdadm, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 619043@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Felix Lechner <felix.lechner@lease-up.com> (supplier of updated mdadm package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Sat, 12 Sep 2020 20:46:58 -0700
Source: mdadm
Architecture: source
Version: 4.1-6
Distribution: unstable
Urgency: medium
Maintainer: Felix Lechner <felix.lechner@lease-up.com>
Changed-By: Felix Lechner <felix.lechner@lease-up.com>
Closes: 619043 872118 915182 916946 924367 932791 933773 935184 940851 956350 960132 962946
Changes:
 mdadm (4.1-6) unstable; urgency=medium
 .
   * Install misc/mdcheck; thanks Richard Laager. (Closes: #960132)
   * Update French, Dutch and German debconf translations. (Closes: #935184,
     #940851, #956350)
   * Bring command-line help in line with manual page. (Closes: #932791)
   * Fix spelling and groff macro issues in manual pages. (Closes: #915182,
     #916946, #962946)
   * Explain 'max' keyword in command-line option --size. (Closes: #933773)
   * Patch d/README.recipes for clarity. (Closes: #619043)
   * Enable autopkgtest for installed version. Requires isolation-machine,
     untested. (Closes: #872118)
   * Adopt package. (Closes: #924367)
   * Turn on hardening.
   * Avoid a race condition in d/mdadm-shutdown.service.
   * Implement missing status option in /etc/init.d/mdadm-waitidle.
   * Add missing Documentation keys to several service files.
   * Upgrade debhelper compat to 13; use new prerequisite style.
   * Set Rules-Requires-Root: no.
   * Bump Standards-Version to 4.5.0.
   * Convert copyright to DEP-5 machine-readable format.
   * Host Vcs on salsa.d.o.
   * Adopt DEP-14 branch naming in Vcs-Git
   * Enable standard Salsa CI pipeline.
   * Fix typos in executables.
   * Explain that --name does not work in Grow mode.
   * Convert international debconf translations to UTF-8.
   * Capitalize first word in package synopsis.
   * Add Lintian overrides for tags that may not be appropriate.
Checksums-Sha1:
 873a812a68104f767be0d35b2b5c7e6e55b412d7 2148 mdadm_4.1-6.dsc
 7b5116fb99260d795b519f7c45e2590ca0f90784 100380 mdadm_4.1-6.debian.tar.xz
 948c8399bf8723b200e98c78366dd04928c24b02 5486 mdadm_4.1-6_source.buildinfo
Checksums-Sha256:
 c3116debefb5234d347fd3ac7aa3536ae4753ec80b9ec74fd4c628fd9db05148 2148 mdadm_4.1-6.dsc
 b95fd225cdc8576e785b72d53d2e3d6d5aa243c73228645a0aab5084ef267bcc 100380 mdadm_4.1-6.debian.tar.xz
 36c88aa092bec9037ef22dc4e347d0e7d80aa58ec4dea6e6aed8847b9ab22d3e 5486 mdadm_4.1-6_source.buildinfo
Files:
 4ff5b02c7cd441930b18151855880e64 2148 admin optional mdadm_4.1-6.dsc
 53eba9fdd269fff44726764c4c0f9cb4 100380 admin optional mdadm_4.1-6.debian.tar.xz
 a519f85c9e40526085e18b37f95e6fe4 5486 admin optional mdadm_4.1-6_source.buildinfo

-----BEGIN PGP SIGNATURE-----

iQKvBAEBCgCZFiEE8E0cIgLi+g0BiFTarFipTxFhjuAFAl9dmHVfFIAAAAAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldEYw
NEQxQzIyMDJFMkZBMEQwMTg4NTREQUFDNThBOTRGMTE2MThFRTAbHGZlbGl4Lmxl
Y2huZXJAbGVhc2UtdXAuY29tAAoJEKxYqU8RYY7gQwkQAMgy5/OaE5b/pfuguw18
dubix9jfO9QzGz5Kd1nv6KDMRflYNuLjLRdZM088nRs1eVSrd9Ezc6GgS2UhuY02
3+QE8b4YDa6QaYHZZWoxVAkmKPGq9LNlmikI3RjxjmhrIwWPXqzJXOHsc2QI1Dn0
p/rFz7DeOQEgcm0+x5GUQSTuZ3v6FkewL0Ua8EEF5OPH34tUDelrjibiCa+6r9m8
TThLynOYCLYjHW6Remn74oPzL+wbxZQLp5tpDuhiv/2IHjvpqXOHsqKZlWu/Ikvw
y0R8Sl6ssN6CYbIQ3QnXnoBfw+J0NQrMiSW5mBL0klicVy/7CppdQU9lGzEtZult
oc2pu/uods7REM9i3NgLdlH7qNts5hJkZr5gdM1r1W/89TIZz8znE8ShFF6ewv4u
Jcx2jQuebQpkewll+1jYlhPDU3cCSBrZFtehJGIeHsUH3hEEFeel5HKY75E7yc02
jzXTbJQFhhmctmXkHb57IeEaw2F0LhoWTYsITSyfP86RcDPDRmH0tzAg4Pe2nJXO
r98NfNFqAiX+I/NY7tAWQjSonl54lOus/jrR14QX2r6EQO6JYlS0jIqnJ5mJxBu2
zvHs1qT7XSxxI31U3+aZtguFXrFIn0afpFa+wh9a8qFtBJUITBZ0yA06KYf361Zy
G6N3ANCsjUgzE0E9+wodE/gp
=mRDk
-----END PGP SIGNATURE-----

--- End Message ---

Reply to: