Skip to content
Snippets Groups Projects
Verified Commit fcee84db authored by anarcat's avatar anarcat
Browse files

raise disk size limit on gnt-fsn for collector (team#40535)

parent e3ac101a
No related branches found
No related tags found
No related merge requests found
......@@ -2798,6 +2798,16 @@ Then the following extra configuration was performed:
The [network configuration](#network-configuration) (below) must also be performed for the
address blocks reserved in the cluster.
Cluster limits were changed to raise the disk usage to 2TiB:
```
gnt-cluster modify --ipolicy-bounds-specs \
max:cpu-count=8,disk-count=16,disk-size=2097152,\
memory-size=32768,nic-count=8,spindle-use=12\
/min:cpu-count=1,disk-count=1,disk-size=1024,\
memory-size=128,nic-count=1,spindle-use=1
```
### New gnt-chi node
1. to create a new box, follow the [cymru new-machine howto](howto/new-machine-cymru)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment