RE: [PROPOSAL] Separate creation and backup operations for a volume snapshot

2017-05-15 Thread Harika Punna
se let me know your comments. Thanks, Harika. From: Syed Ahmed [mailto:sah...@cloudops.com] Sent: Thursday, May 11, 2017 1:08 AM To: dev@cloudstack.apache.org Cc: Harika Punna Subject: Re: [PROPOSAL] Separate creation and backup operations for a volume snapshot Oops I meant Harika, I kno

Re: [PROPOSAL] Separate creation and backup operations for a volume snapshot

2017-05-10 Thread Syed Ahmed
Oops I meant Harika, I know that Nathan you were working on something like this a while back with Ceph so I assumed you where the one who proposed this. Anyways, Harika, look at the locationType parameter in the CreateSnaphsot API command. This is what you are looking to implement. Note that this c

Re: [PROPOSAL] Separate creation and backup operations for a volume snapshot

2017-05-10 Thread Syed Ahmed
Hi Nathan, This option to choose between primary and secondary was added by me a while back. You want to look at https://github.com/apache/cloudstack/pull/1600 On Tue, May 9, 2017 at 10:09 AM, Nathan Johnson wrote: > Harika Punna wrote: > > > > Currently, Volume Snapshots in Cloudstack take

Re: [PROPOSAL] Separate creation and backup operations for a volume snapshot

2017-05-09 Thread Nathan Johnson
Harika Punna wrote: > > Currently, Volume Snapshots in Cloudstack take considerable amount of > time to complete as snapshot involves creation on primary and backup on > secondary. I would like to introduce an optional parameter in > CreateSnapshotCmd API to separate these operations. > > >

[PROPOSAL] Separate creation and backup operations for a volume snapshot

2017-05-07 Thread Harika Punna
Hi All, Currently, Volume Snapshots in Cloudstack take considerable amount of time to complete as snapshot involves creation on primary and backup on secondary. I would like to introduce an optional parameter in CreateSnapshotCmd API to separate these operations. More details in the FS: htt