Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't test /dev/sdaa by disk-test.sh #35

Open
IMOKURI opened this issue Dec 6, 2017 · 3 comments
Open

Can't test /dev/sdaa by disk-test.sh #35

IMOKURI opened this issue Dec 6, 2017 · 3 comments

Comments

@IMOKURI
Copy link

IMOKURI commented Dec 6, 2017

  • STEPS TO REPRODUCE

OS Disk is /dev/sda.
Server has more than 27 disks.
So device name of last disk is /dev/sdaa.
Run disk-test.sh.

  • EXPECTED RESULTS

Command line used: /root/cluster-validation/pre-install/iozone -I -r 1M -s 4G -k 10 -+n -i 0 -i 1 -i 2 -f /dev/sdaa

  • ACTUAL RESULTS

Command line used: /root/cluster-validation/pre-install/iozone -I -r 1M -s 4G -k 10 -+n -i 0 -i 1 -i 2 -f a

@jbenninghoff
Copy link
Owner

Can you show the output of disk-test.sh? I want to see the actual device files that it found.
I don't understand why /dev/sdaa would get filtered down.

@IMOKURI
Copy link
Author

IMOKURI commented May 9, 2018

A part of log file is below.

vg00-lv02 253:1    0  32G  0 lvm  [SWAP]
Removing VG disk from list: /dev/sda

Unused disks:  a /dev/sdd /dev/sde /dev/sdf /dev/sdg /dev/sdh /dev/sdi /dev/sdj /dev/sdk /dev/sdl /dev/sdm /dev/sdn /dev/sdo /dev/sdp /dev/sdq /dev/sdr /dev/sds /dev/sdt /dev/sdu /dev/sdv /dev/sdw /dev/sdx /dev/sdy /dev/sdz
Scrutinize this list carefully!!

It may be fixed on latest code.

@IMOKURI
Copy link
Author

IMOKURI commented Aug 3, 2018

I've reproduced it on latest code.

vg00-lv02 253:1    0  32G  0 lvm  [SWAP]
Removing LVM disk from list: /dev/sda
Removing LVM disk from list: /dev/sda3

Unused disks:  a /dev/sdd /dev/sde /dev/sdf /dev/sdg /dev/sdh /dev/sdi /dev/sdj /dev/sdk /dev/sdl /dev/sdm /dev/sdn /dev/sdo /dev/sdp /dev/sdq /dev/sdr /dev/sds /dev/sdt /dev/sdu /dev/sdv /dev/sdw /dev/sdx /dev/sdy /dev/sdz
Scrutinize this list carefully!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants