mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-29 21:29:24 +00:00
implementation of split disk kep
This commit is contained in:
@@ -317,7 +317,16 @@ var _ = SIGDescribe("Summary API [NodeConformance]", func() {
|
||||
"Inodes": bounded(1e4, 1e8),
|
||||
"InodesUsed": bounded(0, 1e8),
|
||||
}),
|
||||
"ContainerFs": gomega.BeNil(),
|
||||
"ContainerFs": ptrMatchAllFields(gstruct.Fields{
|
||||
"Time": recent(maxStatsAge),
|
||||
"AvailableBytes": fsCapacityBounds,
|
||||
"CapacityBytes": fsCapacityBounds,
|
||||
// we assume we are not running tests on machines more than 10tb of disk
|
||||
"UsedBytes": bounded(e2evolume.Kb, 10*e2evolume.Tb),
|
||||
"InodesFree": bounded(1e4, 1e8),
|
||||
"Inodes": bounded(1e4, 1e8),
|
||||
"InodesUsed": bounded(0, 1e8),
|
||||
}),
|
||||
}),
|
||||
"Rlimit": ptrMatchAllFields(gstruct.Fields{
|
||||
"Time": recent(maxStatsAge),
|
||||
|
||||
Reference in New Issue
Block a user