Re: [PATCH] docs: Add CloudStack documentation

2012-09-05 Thread Tommi Virtanen
On Wed, Sep 5, 2012 at 3:39 PM, Wido den Hollander wrote: > The main problem with that is how CloudStack internally stores the data. At > the storage driver the URI doesn't arrive in plain format, it gets splitted > with getHost(), getAuthUsername(), getPath() and arrives in these separate > varia

Re: [PATCH] docs: Add CloudStack documentation

2012-09-05 Thread Wido den Hollander
On 09/05/2012 08:22 PM, Tommi Virtanen wrote: On Wed, Sep 5, 2012 at 10:05 AM, Wido den Hollander wrote: For example, rbd:?id=admin&secret=s3kr1t&mon=1.2.3.4&mon=5.6.7.8&pool=rbd is perfectly legal. Whether some Java library fails to implement generic URIs is another concern.. It is indeed

Re: [PATCH] docs: Add CloudStack documentation

2012-09-05 Thread Tommi Virtanen
On Wed, Sep 5, 2012 at 10:05 AM, Wido den Hollander wrote: >> For example, rbd:?id=admin&secret=s3kr1t&mon=1.2.3.4&mon=5.6.7.8&pool=rbd >> is perfectly legal. >> >> Whether some Java library fails to implement generic URIs is another >> concern.. > It is indeed a Java library in this case: > http:

Re: [PATCH] docs: Add CloudStack documentation

2012-09-05 Thread Wido den Hollander
On 09/05/2012 06:14 PM, Tommi Virtanen wrote: On Wed, Sep 5, 2012 at 8:28 AM, Wido den Hollander wrote: You can only specify one monitor in CloudStack, but your cluster can have multiple. This is due to the internals of CloudStack. It stores storage pools in a URI format, like: rbd://admin:s

Re: [PATCH] docs: Add CloudStack documentation

2012-09-05 Thread Tommi Virtanen
On Wed, Sep 5, 2012 at 8:28 AM, Wido den Hollander wrote: > You can only specify one monitor in CloudStack, but your cluster can have > multiple. > > This is due to the internals of CloudStack. It stores storage pools in a URI > format, like: rbd://admin:secret@1.2.3.4/rbd You know, for a custom

Re: [PATCH] docs: Add CloudStack documentation

2012-09-05 Thread Sage Weil
On Wed, 5 Sep 2012, Wido den Hollander wrote: > On 09/05/2012 05:21 PM, Calvin Morrow wrote: > > I saw the limitations section references only being able to configure > > a single monitor. Some followup questions for someone interested in > > using RBD with Cloudstack 4: > > > > Is it that you ca

Re: [PATCH] docs: Add CloudStack documentation

2012-09-05 Thread Wido den Hollander
On 09/05/2012 05:21 PM, Calvin Morrow wrote: I saw the limitations section references only being able to configure a single monitor. Some followup questions for someone interested in using RBD with Cloudstack 4: Is it that you can only specify a single monitor to connect to within Cloudstack 4

Re: [PATCH] docs: Add CloudStack documentation

2012-09-05 Thread Calvin Morrow
I saw the limitations section references only being able to configure a single monitor. Some followup questions for someone interested in using RBD with Cloudstack 4: Is it that you can only specify a single monitor to connect to within Cloudstack 4 (but can still have a 3 monitor configuration)

Re: [PATCH] docs: Add CloudStack documentation

2012-09-04 Thread Sage Weil
Finally applied this one. Great work, Wido! sage On Wed, 8 Aug 2012, Wido den Hollander wrote: > The basic documentation about how you can use RBD with CloudStack > > Signed-off-by: Wido den Hollander > --- > doc/rbd/rbd-cloudstack.rst | 49 >

[PATCH] docs: Add CloudStack documentation

2012-08-08 Thread Wido den Hollander
The basic documentation about how you can use RBD with CloudStack Signed-off-by: Wido den Hollander --- doc/rbd/rbd-cloudstack.rst | 49 doc/rbd/rbd.rst|2 +- 2 files changed, 50 insertions(+), 1 deletion(-) create mode 100644 doc/r