-
Notifications
You must be signed in to change notification settings - Fork 86
Added support for LVM Raid #134
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
Conversation
merged. thanks for the initial input! |
however i think it's best to add |
This covers the LVM "raid1" type, but not the older LVM "mirror" type. Example outputs:
|
moving discussion to #130 |
After checkout of new master
print $this->parse result:
so we have some empty hashes. as variant is to add condition for empty hash
|
this is expected. the plugin is in rewrite phase as of now, to support your configuration need output of |
Output of my
|
should be fixed with 5367bda |
i think we don't need this
in parse function in my case status always will be |
not it's not. at least not with the perl testing using the data you gave 7e97c38. |
now the answer of check_raid.sh looks like
anyway warning brake plugin answer |
dunno. looks like you run old code. otherwise if it is not so, could you save your dmsetup output in binary form (like gist.github.com) where you do not copy paste but send output directly to file: |
there is a space in output of dmsetup status for linear items
so regular expression doesn't work correctly |
that is why i ask you to provide output in binary form not some copy paste! |
fixed with 516c63f |
Added support for LVM RAID check, using command
Command output:
added new file