Skip to content
This repository is currently being migrated. It's locked while the migration is in progress.

Commit

Permalink
Bundle configuration to gather max-aio
Browse files Browse the repository at this point in the history
  • Loading branch information
Arau committed Mar 22, 2021
1 parent 8012e1e commit 0b88ea8
Show file tree
Hide file tree
Showing 6 changed files with 72 additions and 0 deletions.
12 changes: 12 additions & 0 deletions v1.x/yaml/bundle-configuration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,18 @@ spec:
args:
- "/proc/mounts"
timeout: 90s
- exec:
name: "max-aio"
collectorName: "max-aio"
namespace: kube-system
selector:
- kind=daemonset
- app=storageos
command: ["cat"]
args:
- "/proc/sys/fs/aio-nr"
- "/proc/sys/fs/aio-max-nr"
timeout: 90s
- exec:
name: "blobutil-list"
collectorName: "blobutil-list"
Expand Down
12 changes: 12 additions & 0 deletions v2.0/yaml/bundle-configuration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,18 @@ spec:
args:
- "/proc/mounts"
timeout: 90s
- exec:
name: "max-aio"
collectorName: "max-aio"
namespace: kube-system
selector:
- kind=daemonset
- app=storageos
command: ["cat"]
args:
- "/proc/sys/fs/aio-nr"
- "/proc/sys/fs/aio-max-nr"
timeout: 90s
- exec:
name: "blobutil-list"
collectorName: "blobutil-list"
Expand Down
12 changes: 12 additions & 0 deletions v2.1/yaml/bundle-configuration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,18 @@ spec:
args:
- "/proc/mounts"
timeout: 90s
- exec:
name: "max-aio"
collectorName: "max-aio"
namespace: kube-system
selector:
- kind=daemonset
- app=storageos
command: ["cat"]
args:
- "/proc/sys/fs/aio-nr"
- "/proc/sys/fs/aio-max-nr"
timeout: 90s
- exec:
name: "blobutil-list"
collectorName: "blobutil-list"
Expand Down
12 changes: 12 additions & 0 deletions v2.2/yaml/bundle-configuration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,18 @@ spec:
args:
- "/proc/mounts"
timeout: 90s
- exec:
name: "max-aio"
collectorName: "max-aio"
namespace: kube-system
selector:
- kind=daemonset
- app=storageos
command: ["cat"]
args:
- "/proc/sys/fs/aio-nr"
- "/proc/sys/fs/aio-max-nr"
timeout: 90s
- exec:
name: "blobutil-list"
collectorName: "blobutil-list"
Expand Down
12 changes: 12 additions & 0 deletions v2/yaml/bundle-configuration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,18 @@ spec:
args:
- "/proc/mounts"
timeout: 90s
- exec:
name: "max-aio"
collectorName: "max-aio"
namespace: kube-system
selector:
- kind=daemonset
- app=storageos
command: ["cat"]
args:
- "/proc/sys/fs/aio-nr"
- "/proc/sys/fs/aio-max-nr"
timeout: 90s
- exec:
name: "blobutil-list"
collectorName: "blobutil-list"
Expand Down
12 changes: 12 additions & 0 deletions yaml/bundle-configuration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,18 @@ spec:
args:
- "/proc/mounts"
timeout: 90s
- exec:
name: "max-aio"
collectorName: "max-aio"
namespace: kube-system
selector:
- kind=daemonset
- app=storageos
command: ["cat"]
args:
- "/proc/sys/fs/aio-nr"
- "/proc/sys/fs/aio-max-nr"
timeout: 90s
- exec:
name: "blobutil-list"
collectorName: "blobutil-list"
Expand Down

0 comments on commit 0b88ea8

Please sign in to comment.