Vinzenz Feenstra has submitted this change and it was merged.
Change subject: linux: Ignore filesystems in disks usage with zero size
......................................................................
linux: Ignore filesystems in disks usage with zero size
This patch introduces a new option in the linux configuration files
to ignore mounted filesystems with zero size.
We're currently black listing file system types and with every
new distribution we support new filesystem types have to be added
which usually have no size. (total/used size equals 0)
This patch introduces the ignore_zero_size_fs option to allow users
to revert back to the old behaviour by setting the value to `false`.
Change-Id: Iacaf57966aec2d973be39776b5f2457b27dac689
Bug-Url:
https://bugzilla.redhat.com/1130993
Signed-off-by: Vinzenz Feenstra <vfeenstr(a)redhat.com>
---
M configurations/default.conf
M configurations/ovirt-guest-agent.conf
M ovirt-guest-agent/GuestAgentLinux2.py
M tests/guest_agent_test.py
4 files changed, 8 insertions(+), 0 deletions(-)
Approvals:
Vinzenz Feenstra: Verified; Looks good to me, approved
Martin Polednik: Looks good to me, but someone else must approve
--
To view, visit
http://gerrit.ovirt.org/32105
To unsubscribe, visit
http://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: Iacaf57966aec2d973be39776b5f2457b27dac689
Gerrit-PatchSet: 2
Gerrit-Project: ovirt-guest-agent
Gerrit-Branch: master
Gerrit-Owner: Vinzenz Feenstra <vfeenstr(a)redhat.com>
Gerrit-Reviewer: Martin Polednik <mpolednik(a)redhat.com>
Gerrit-Reviewer: Vinzenz Feenstra <vfeenstr(a)redhat.com>
Gerrit-Reviewer: automation(a)ovirt.org
Gerrit-Reviewer: oVirt Jenkins CI Server