Skip to content

Commit 0d7ab53

Browse files
authored
Fix OpenEBS path in preflight (#937)
1 parent ed453ce commit 0d7ab53

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkg/preflights/host-preflight.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ spec:
1515
path: /var/lib/k0s
1616
- diskUsage:
1717
collectorName: openebs-path-usage
18-
path: /opt/openebs
18+
path: /var/openebs
1919
- diskUsage:
2020
collectorName: tmp-path-usage
2121
path: /tmp
@@ -91,9 +91,9 @@ spec:
9191
outcomes:
9292
- fail:
9393
when: 'total < 5Gi'
94-
message: The filesystem at /opt/openebs has less than 5Gi of total space
94+
message: The filesystem at /var/openebs has less than 5Gi of total space
9595
- pass:
96-
message: The filesystem at /opt/openebs has sufficient space
96+
message: The filesystem at /var/openebs has sufficient space
9797
- diskUsage:
9898
checkName: tmp Disk Space
9999
collectorName: tmp-path-usage

0 commit comments

Comments
 (0)