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

ASF subversion and git services commented on CLOUDSTACK-2924:
-------------------------------------------------------------

Commit 5b48ec24d8d0dd5919d80d396d6f1825dfe5373f in branch refs/heads/master 
from [~nitinme]
[ https://git-wip-us.apache.org/repos/asf?p=cloudstack.git;h=5b48ec2 ]

CLOUDSTACK-2924
Recurring snapshot schedule not showing up in UI
For some of the volumes Recurring snapshot schedule was not showing up in UI 
because the active column was set to false. Since we dont use this column 
anymore I am removing the active=true check in the listSnapshotPolicies call.

                
> Recurring snapshot schedule not showing up in UI
> ------------------------------------------------
>
>                 Key: CLOUDSTACK-2924
>                 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-2924
>             Project: CloudStack
>          Issue Type: Bug
>      Security Level: Public(Anyone can view this level - this is the 
> default.) 
>            Reporter: Nitin Mehta
>
> Issue is now exhibiting itself again:
> Volume id 502 has 4 snapshots, two DAILY, 1 WEEKLY, and 1 MONTHLY. Most 
> recent snapshot is today.
> request:
> http://dogfood.lab.vmops.com:8080/client/api?command=listSnapshots&listAll=true&page=1&pagesize=20&volumeid=502&response=json&sessionkey=YhtXeqcrNUxE6LEVHB1%2Ff9q3PLU%3D&_=1354580214377
> response:
> { "listsnapshotsresponse" : { "count":4 ,"snapshot" : [ 
> {"id":"0c2d17c1-a537-4d19-b83f-c13539d656a5","account":"profserv","domainid":"d7030e4e-f105-4996-bf82-bd4ec3e4cf38","domain":"PS","snapshottype":"DAILY","volumeid":"502","volumename":"i-8-478-VM-ROOT","volumetype":"ROOT","created":"2012-12-03T02:03:38-0800","name":"i-8-478-VM_i-8-478-VM-ROOT_20121203100338","intervaltype":"DAILY","state":"BackedUp","tags":[]},
>  
> {"id":"d2438a81-6874-4e9b-8335-42c7f1d09691","account":"profserv","domainid":"d7030e4e-f105-4996-bf82-bd4ec3e4cf38","domain":"PS","snapshottype":"WEEKLY","volumeid":"502","volumename":"i-8-478-VM-ROOT","volumetype":"ROOT","created":"2012-12-03T02:03:38-0800","name":"i-8-478-VM_i-8-478-VM-ROOT_20121203100338","intervaltype":"WEEKLY","state":"BackedUp","tags":[]},
>  
> {"id":"03ceeafc-83ac-40fa-85b1-a18464429206","account":"profserv","domainid":"d7030e4e-f105-4996-bf82-bd4ec3e4cf38","domain":"PS","snapshottype":"MONTHLY","volumeid":"502","volumename":"i-8-478-VM-ROOT","volumetype":"ROOT","created":"2012-12-02T02:03:36-0800","name":"i-8-478-VM_i-8-478-VM-ROOT_20121202100336","intervaltype":"MONTHLY","state":"BackedUp","tags":[]},
>  
> {"id":"29524d7e-e420-4193-9169-0d3cc4b1c810","account":"profserv","domainid":"d7030e4e-f105-4996-bf82-bd4ec3e4cf38","domain":"PS","snapshottype":"DAILY","volumeid":"502","volumename":"i-8-478-VM-ROOT","volumetype":"ROOT","created":"2012-12-02T02:03:35-0800","name":"i-8-478-VM_i-8-478-VM-ROOT_20121202100335","intervaltype":"DAILY","state":"BackedUp","tags":[]}
>  ] } }
> However, listing the recurring schedule shows nothing:
> request:
> http://dogfood.lab.vmops.com:8080/client/api?command=listSnapshotPolicies&response=json&sessionkey=YhtXeqcrNUxE6LEVHB1%2Ff9q3PLU%3D&volumeid=502&_=1354580037175
> response:
> { "listsnapshotpoliciesresponse" : { } }

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to