We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed453ce commit 0d7ab53Copy full SHA for 0d7ab53
pkg/preflights/host-preflight.yaml
@@ -15,7 +15,7 @@ spec:
15
path: /var/lib/k0s
16
- diskUsage:
17
collectorName: openebs-path-usage
18
- path: /opt/openebs
+ path: /var/openebs
19
20
collectorName: tmp-path-usage
21
path: /tmp
@@ -91,9 +91,9 @@ spec:
91
outcomes:
92
- fail:
93
when: 'total < 5Gi'
94
- message: The filesystem at /opt/openebs has less than 5Gi of total space
+ message: The filesystem at /var/openebs has less than 5Gi of total space
95
- pass:
96
- message: The filesystem at /opt/openebs has sufficient space
+ message: The filesystem at /var/openebs has sufficient space
97
98
checkName: tmp Disk Space
99
0 commit comments