Skip to content

Commit

Permalink
show cgroups version
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholasyang2022 committed Oct 10, 2024
1 parent 73358b9 commit 871563e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/run-functional-tests
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,8 @@ create_node() {
docker network create --ipv6 --subnet ${HA_NETWORK_V6_ARRAY[$index]} $network &> /dev/null
done

echo -n 'cgroups: '
stat -fc %T /sys/fs/cgroup/
for node in $*;do
deploy_ha_node $node &
done
Expand Down

0 comments on commit 871563e

Please sign in to comment.