Skip to content

Commit 4e541b4

Browse files
committed
Update diskDeviceSelector to include cadvisor device
Signed-off-by: Jayapriya Pai <[email protected]>
1 parent 62ad10f commit 4e541b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config.libsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898

9999
// This list of disk device names is referenced in various expressions.
100100
diskDevices: ['mmcblk.p.+', 'nvme.+', 'rbd.+', 'sd.+', 'vd.+', 'xvd.+', 'dm-.+', 'dasd.+'],
101-
diskDeviceSelector: 'device=~"%s"' % std.join('|', self.diskDevices),
101+
diskDeviceSelector: 'device=~"(/dev.+)|%s"' % std.join('|', self.diskDevices),
102102

103103
// Certain workloads (e.g. KubeVirt/CDI) will fully utilise the persistent volume they claim
104104
// the size of the PV will never grow since they consume the entirety of the volume by design.

0 commit comments

Comments
 (0)