summaryrefslogtreecommitdiffstats
path: root/tests/13imsm-r5_r0_3d-grow-r5_r0_5d
diff options
context:
space:
mode:
authorXiao Ni <xni@redhat.com>2024-09-11 10:54:28 +0200
committerMariusz Tkaczyk <mariusz.tkaczyk@linux.intel.com>2024-09-23 10:48:53 +0200
commitf5b2dddd258084836634e169c84400e82825996c (patch)
tree8a1e8bbdae9ecf51cec69c872ecc6f96c9eea087 /tests/13imsm-r5_r0_3d-grow-r5_r0_5d
parentmdadm/tests: wait until level changes (diff)
downloadmdadm-f5b2dddd258084836634e169c84400e82825996c.tar.xz
mdadm-f5b2dddd258084836634e169c84400e82825996c.zip
mdadm/tests: 07changelevels fix
There are five changes to this case. 1. remove testdev check. It can't work anymore and check if it's a block device directly. 2. It can't change level and chunk size at the same time 3. Sleep more than 10s before check wait. The test devices are small. Sometimes it can finish so quickly once the reshape just starts. mdadm will be stuck before it waits reshape to start. So the sync speed is limited. And it restores the sync speed when it waits reshape to finish. It's good for case without backup file. It uses systemd service mdadm-grow-continue to monitor reshape progress when specifying backup file. If reshape finishes so quickly before it starts monitoring reshape progress, the daemon will be stuck too. Because reshape_progress is 0 which means the reshape hasn't been started. So give more time to let service can get right information from kernel space. But before getting these information. It needs to suspend array. At the same time the reshape is running. The kernel reshape daemon will update metadata 10s. So it needs to limit the sync speed more than 10s before restoring sync speed. Then systemd service can suspend array and start monitoring reshape progress. 4. Wait until mdadm-grow-continue service exits mdadm --wait doesn't wait systemd service. For the case that needs backup file, systemd service deletes the backup file after reshape finishes. In this test case, it runs next case when reshape finishes. And it fails because it can't create backup file because the backup file exits. 5. Don't reshape from raid5 to raid1. It can't work now. Signed-off-by: Xiao Ni <xni@redhat.com> Signed-off-by: Mariusz Tkaczyk <mariusz.tkaczyk@linux.intel.com>
Diffstat (limited to 'tests/13imsm-r5_r0_3d-grow-r5_r0_5d')
0 files changed, 0 insertions, 0 deletions