1
votes

My team is trying to order Baremetal Servers with RAID configurations through the API.

We are running into trouble with not having enough Swap space on the primary storage group where the OS is installed. We are able to specify a Partition Template ID to use for the primary partition, but none of these existing templates have enough swap space. We would like to have 100 GB of swap space available in our partition.

After reading some documentation, I get the impression that we are able to create CUSTOM partition templates but I am unable to find out how to add a custom partition, namely with the following partition sizes:

"data": [
{
"isGrow": "True",
"name": "/",
"size": 1
},
{
"isGrow": "False",
"name": "/swap0",
"size": 100
},
{
"isGrow": "False",
"name": "/boot",
"size": 0.25
}
]

Would you be able to tell us how we can create a custom partition, or if this is not possible, how would I request a custom partition from softlayer?

1

1 Answers

1
votes

Take a look this forum Configuring Softlayer Disk Partitions at Order Time

But keep in mind that the custom partitions are only available for the second configuration storage, for the first configuration storage you only can select a partition template ID.

Also you can ask for a partition template, you need to submit a ticket in Softlayer's Portal for that.

Regards