[Bug 1766242] [NEW] Stopping RAID and then trying to reassemble Fails

Vishwanath Ramalingam 1766242 at bugs.launchpad.net
Mon Apr 23 12:29:40 UTC 2018


Public bug reported:

1. Open terminal and create RAID using mdadm.
For eg : mdadm --create /dev/md0 --level=0 --raid-devices=2 /dev/nvme0n1 /dev/nvme1n1
2. Stop RAID by using below command.
mdadm --manage --stop /dev/md0
3. Reassemble the RAID by using below command.
mdadm --examine --scan >> /etc/mdadm.conf 
mdadm --assemble --scan /dev/md0

Observation: 
RAID reassembling Fails by below error message. 
"/dev/md0 is not specified in config file."

Note:
RAID is created using nvme drive on Ubuntu 17.10

dmesglogs:
[  788.765804] md0: detected capacity change from 0 to 4450616344576
[  888.180976] EXT4-fs (md0): mounted filesystem with ordered data mode. Opts: (null)

[  939.509058] md0: detected capacity change from 4450616344576 to 0

[  939.509067] md: md0 stopped.

** Affects: mdadm (Ubuntu)
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to mdadm in Ubuntu.
https://bugs.launchpad.net/bugs/1766242

Title:
  Stopping RAID and then trying to reassemble Fails

Status in mdadm package in Ubuntu:
  New

Bug description:
  1. Open terminal and create RAID using mdadm.
  For eg : mdadm --create /dev/md0 --level=0 --raid-devices=2 /dev/nvme0n1 /dev/nvme1n1
  2. Stop RAID by using below command.
  mdadm --manage --stop /dev/md0
  3. Reassemble the RAID by using below command.
  mdadm --examine --scan >> /etc/mdadm.conf 
  mdadm --assemble --scan /dev/md0

  Observation: 
  RAID reassembling Fails by below error message. 
  "/dev/md0 is not specified in config file."

  Note:
  RAID is created using nvme drive on Ubuntu 17.10

  dmesglogs:
  [  788.765804] md0: detected capacity change from 0 to 4450616344576
  [  888.180976] EXT4-fs (md0): mounted filesystem with ordered data mode. Opts: (null)

  [  939.509058] md0: detected capacity change from 4450616344576 to 0

  [  939.509067] md: md0 stopped.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mdadm/+bug/1766242/+subscriptions



More information about the foundations-bugs mailing list