You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2013/10/01 22:45:26 UTC

[jira] [Commented] (LIBCLOUD-402) Handle default partitioning change in Rackspace driver

    [ https://issues.apache.org/jira/browse/LIBCLOUD-402?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13783321#comment-13783321 ] 

ASF subversion and git services commented on LIBCLOUD-402:
----------------------------------------------------------

Commit de6644d1ef2d15776bf3324a9531c9d80d3a0f59 in branch refs/heads/trunk from [~briancurtin]
[ https://git-wip-us.apache.org/repos/asf?p=libcloud.git;h=de6644d ]

Issue LIBCLOUD-402: Support OS-DCF:diskConfig

Rackspace is implementing a change to server creation where disk
partitioning will not automatically fill the entire disk, leaving the
option to the user to expand the disk or not. When creating nodes, you
have the ability to specify if you want a MANUAL disk config, or if you
want an AUTO disk config. The former results in quicker server creation,
while the latter results in the entire disk being used.

This change is exposed via an extension to the OpenStack compute APIs,
which Rackspace's Cloud Servers are built on top of.
"OS-DCF:diskConfig" is an attribute to be set in message bodies POST'ed
to /servers, and is exposed as the "ex_disk_config" parameter to
OpenStack_1_1_NodeDriver.create_node.

Signed-off-by: Tomaz Muraus <to...@apache.org>


> Handle default partitioning change in Rackspace driver
> ------------------------------------------------------
>
>                 Key: LIBCLOUD-402
>                 URL: https://issues.apache.org/jira/browse/LIBCLOUD-402
>             Project: Libcloud
>          Issue Type: Task
>          Components: Compute
>            Reporter: Tomaz Muraus
>         Attachments: diskConfig-PR.diff
>
>
> http://developer.rackspace.com/blog/new-features-in-cloud-servers-key-pairs-and-manual-disk-partitioning.html
> http://www.rackspace.com/knowledge_center/article/understanding-and-using-automatic-and-manual-disk-partitioning-in-the-rackspace-cloud
> https://gist.github.com/ckrough/6b1f4de4901fc7965f6c#file-gistfile1-txt-L20-L21
> {quote}
> [16:05] <     ckrough> | how are people dealing with the upcoming rackspace default partitioning change? (auto->manual)
> [16:18] <       Kami_> | ckrough: i haven't heard anyone talking about it here yet, but should be relatively easy for us to update the 
>           driver to default to auto to preserve backward compatibility
> {quote}
> Edit: Added more links since the FAQ entry is vague and not really clear.



--
This message was sent by Atlassian JIRA
(v6.1#6144)