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

virtual block devices installed as disk utilization alarms #320

Closed
BjoernT opened this issue Jul 25, 2017 · 0 comments
Closed

virtual block devices installed as disk utilization alarms #320

BjoernT opened this issue Jul 25, 2017 · 0 comments

Comments

@BjoernT
Copy link
Contributor

BjoernT commented Jul 25, 2017

Based off https://github.com/rcbops/rpc-openstack/issues/38, iscsi based devices are still included inside the disk utilization checks/alarms. In this case it was based off pure storage which does not identify as VIRTUAL DISK, unlike the iscsi-initiator

            "sdk": {
                "model": "FlashArray",
                "removable": "0",
                "rev": "415",
                "size": "104857600",
                "state": "running",
                "timeout": "30",
                "vendor": "PURE"
            },

It seems smarter to just look at the udev structure to identify iscsi device like:

 udevadm info --query=all --name=sdk |grep ID_PATH
E: ID_PATH=ip-1.2.3.4:3260-iscsi-iqn.2010-06.com.purestorage:flasharray.789f67b244412741-lun-9
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