Hi Subhadip
Looking at the tests (e.g. [1]), it would certainly seem as though the
provider expects to be able to support the local disk type.
Could you enable wire and header logging [2] to see what the request
that is actually being made to SoftLayer looks like, and post it to a
Gist or Pastie [3] after removing any sensitive information?
Regards
ap
[1]
https://github.com/jclouds/jclouds/blob/master/providers/softlayer/src/test/java/org/jclouds/softlayer/compute/SoftLayerTemplateBuilderLiveTest.java#L53
[2] http://jclouds.apache.org/reference/logging/
[3] http://pastie.org
PS: The mailing lists "dev-help@..." and "user-help@..." don't exist ;-)
Please use "user@..." for questions on how to use jclouds, such as this
one. Thanks!
On 2015-09-18 02:36, Subhadip Bagui wrote:
Hi,
Whenever I tired creating instance with softlayer it always takes
disktype
as "SAN".
I have tried with below code, but it's always taking diskType as SAN
only
*templateBuilder.hardwareId("cpu=2,memory=2048,disk=25,type=LOCAL");*
*options.diskType("LOCAL");*
Please suggest how to allow disk type as local also
Regards,
Subhadip
-------------------------------------------------------------------------------------------------------------------