You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cloudstack.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2013/12/24 13:09:51 UTC

[jira] [Commented] (CLOUDSTACK-5508) Vmware - When there are multiple secondary stores , the newly added secondary store is not being selected for backing up snapshots.

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

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

Commit 289c8a09ea5bf681c34f97fc676e3ba4cc5cd720 in branch refs/heads/4.3 from [~likithas]
[ https://git-wip-us.apache.org/repos/asf?p=cloudstack.git;h=289c8a0 ]

CLOUDSTACK-5508. Vmware - When there are multiple secondary stores, the newly added secondary store is not being selected for backing up snapshots.
If the snapshot being backed up is a a delta snapshot, pick the image store where the parent snapshot is stored. Otheriwse pick a random image store.


> Vmware - When there are multiple secondary stores , the newly added secondary store is not being selected for backing up snapshots.
> -----------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: CLOUDSTACK-5508
>                 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-5508
>             Project: CloudStack
>          Issue Type: Bug
>      Security Level: Public(Anyone can view this level - this is the default.) 
>          Components: Management Server
>    Affects Versions: 4.3.0
>         Environment: Build from 4.3
>            Reporter: Sangeetha Hariharan
>            Assignee: Likitha Shetty
>            Priority: Critical
>             Fix For: 4.3.0
>
>         Attachments: multilesecstorage.rar
>
>
> Set up:
> Advanced zone with 2 5.1 ESXI hosts.
> Steps to reproduce the problem:
> Have 1 secondary store configured.
> Deploy few Vms in each of the hosts .
> Start concurrent snapshots for all the ROOT volumes of all the Vms.
> Add another secondary store.
> After the addition of secondary store , I still done see the newly added store being selected for backing up snapshots. I have waited for more than 12 hours now where hourly snapshots are being process every hour and still dont see the secondary store being picked up at all.
>  select store_id , snapshot_id,volume_id from snapshot_store_ref where store_role="Image";
> |        2 |         132 |        21 |
> |        2 |         133 |        20 |
> |        2 |         134 |        19 |
> |        2 |         135 |        18 |
> |        2 |         136 |        17 |
> |        2 |         137 |        16 |
> |        2 |         138 |        14 |
> |        2 |         139 |        25 |
> |        2 |         140 |        24 |
> |        2 |         141 |        23 |
> |        2 |         142 |        22 |
> |        2 |         143 |        21 |
> |        2 |         144 |        20 |
> |        2 |         145 |        19 |
> |        2 |         146 |        18 |
> |        2 |         147 |        17 |
> |        2 |         148 |        16 |
> |        2 |         149 |        14 |
> |        2 |         150 |        25 |
> |        2 |         151 |        24 |
> |        2 |         152 |        23 |
> |        2 |         153 |        22 |
> |        2 |         154 |        21 |
> |        2 |         155 |        20 |
> |        2 |         156 |        19 |
> |        2 |         157 |        18 |
> |        2 |         158 |        17 |
> |        2 |         159 |        16 |
> |        2 |         160 |        14 |
> |        2 |         161 |        25 |
> |        2 |         162 |        24 |
> |        2 |         163 |        23 |
> |        2 |         164 |        22 |
> |        2 |         165 |        21 |
> |        2 |         166 |        20 |
> |        2 |         167 |        19 |
> |        2 |         168 |        18 |
> |        2 |         169 |        17 |
> |        2 |         170 |        16 |
> |        2 |         171 |        14 |
> |        2 |         172 |        25 |
> |        2 |         173 |        24 |
> |        2 |         174 |        23 |
> |        2 |         175 |        22 |
> |        2 |         176 |        21 |
> |        2 |         177 |        20 |
> |        2 |         178 |        19 |
> |        2 |         179 |        18 |
> |        2 |         180 |        17 |
> |        2 |         181 |        16 |
> |        2 |         182 |        14 |
> |        2 |         183 |        25 |
> |        2 |         184 |        24 |
> |        2 |         185 |        23 |
> |        2 |         186 |        22 |
> |        2 |         187 |        21 |
> |        2 |         188 |        20 |
> |        2 |         189 |        19 |
> |        2 |         190 |        18 |
> |        2 |         191 |        17 |
> |        2 |         192 |        16 |
> |        2 |         193 |        14 |
> |        2 |         194 |        25 |
> |        2 |         195 |        24 |
> |        2 |         196 |        23 |
> |        2 |         197 |        22 |
> |        2 |         198 |        21 |
> |        2 |         199 |        20 |
> |        2 |         200 |        19 |
> |        2 |         201 |        18 |
> |        2 |         202 |        17 |
> |        2 |         203 |        16 |
> |        2 |         204 |        14 |
> |        2 |         205 |        25 |
> |        2 |         206 |        24 |
> |        2 |         207 |        23 |
> |        2 |         208 |        22 |
> |        2 |         209 |        21 |
> |        2 |         210 |        20 |
> |        2 |         211 |        19 |
> |        2 |         212 |        18 |
> |        2 |         213 |        17 |
> |        2 |         214 |        16 |
> |        2 |         215 |        14 |
> |        2 |         216 |        25 |
> |        2 |         217 |        24 |
> |        2 |         218 |        23 |
> |        2 |         219 |        22 |
> |        2 |         220 |        21 |
> |        2 |         221 |        20 |
> |        2 |         222 |        19 |
> |        2 |         223 |        18 |
> |        2 |         224 |        17 |
> |        2 |         225 |        16 |
> |        2 |         226 |        14 |
> |        2 |         227 |        25 |
> |        2 |         228 |        24 |
> |        2 |         229 |        23 |
> |        2 |         230 |        22 |
> |        2 |         231 |        21 |
> |        2 |         232 |        20 |
> |        2 |         233 |        19 |
> |        2 |         234 |        18 |
> |        2 |         235 |        17 |
> |        2 |         236 |        16 |
> |        2 |         237 |        14 |
> |        2 |         238 |        25 |
> |        2 |         239 |        24 |
> |        2 |         240 |        23 |
> |        2 |         241 |        22 |
> |        2 |         242 |        21 |
> |        2 |         243 |        20 |
> |        2 |         244 |        19 |
> |        2 |         245 |        18 |
> |        2 |         246 |        17 |
> |        2 |         247 |        16 |
> |        2 |         248 |        14 |
> |        2 |         249 |        25 |
> |        2 |         250 |        24 |
> |        2 |         251 |        23 |
> |        2 |         252 |        22 |
> |        2 |         253 |        21 |
> |        2 |         254 |        20 |
> |        2 |         255 |        19 |
> |        2 |         256 |        18 |
> |        2 |         257 |        17 |
> |        2 |         258 |        16 |
> |        2 |         259 |        14 |
> |        2 |         260 |        25 |
> |        2 |         261 |        24 |
> |        2 |         262 |        23 |
> |        2 |         263 |        22 |
> |        2 |         264 |        21 |
> |        2 |         265 |        20 |
> |        2 |         266 |        19 |
> |        2 |         267 |        18 |
> |        2 |         268 |        17 |
> |        2 |         269 |        16 |
> |        2 |         270 |        14 |
> |        2 |         271 |        25 |
> |        2 |         272 |        24 |
> |        2 |         273 |        23 |
> |        2 |         274 |        22 |
> |        2 |         275 |        21 |
> |        2 |         276 |        20 |
> |        2 |         277 |        19 |
> |        2 |         278 |        18 |
> |        2 |         279 |        17 |
> |        2 |         280 |        16 |
> |        2 |         281 |        14 |
> |        2 |         282 |        25 |
> |        2 |         283 |        24 |
> |        2 |         284 |        23 |
> |        2 |         285 |        22 |
> |        2 |         286 |        21 |
> |        2 |         287 |        20 |
> |        2 |         288 |        19 |
> |        2 |         289 |        18 |
> |        2 |         290 |        17 |
> |        2 |         291 |        16 |
> |        2 |         292 |        14 |
> |        2 |         293 |        25 |
> |        2 |         294 |        24 |
> |        2 |         295 |        23 |
> +----------+-------------+-----------+
> 198 rows in set (0.00 sec)
> mysql> select * from image_store;
> +----+---------------------------------------------------+---------------------+----------+---------------------------------------------------+----------------+-------+-------+--------------------------------------+--------------------------------------+---------------------+---------------------+------------+------------+
> | id | name                                              | image_provider_name | protocol | url                                               | data_center_id | scope | role  | uuid                                 | parent                               | created             | removed             | total_size | used_bytes |
> +----+---------------------------------------------------+---------------------+----------+---------------------------------------------------+----------------+-------+-------+--------------------------------------+--------------------------------------+---------------------+---------------------+------------+------------+
> |  1 | nfs://10.223.57.195:/export/home/vmware/secondary | NFS                 | nfs      | nfs://10.223.57.195:/export/home/vmware/secondary |              1 | ZONE  | Image | 3149f8b6-d100-43ed-b69f-cdaad1926885 | NULL                                 | 2013-12-12 02:07:33 | 2013-12-12 02:10:48 |       NULL |       NULL |
> |  2 | ss1                                               | NFS                 | nfs      | nfs://10.223.57.194/export/home/vmware/secondary  |              1 | ZONE  | Image | 2d21a874-c463-4ccd-a2f5-b04f15e924f6 | f80dbda4-de2a-380d-b979-63e243aac411 | 2013-12-12 02:11:28 | NULL                |       NULL |       NULL |
> |  3 | ss2                                               | NFS                 | nfs      | nfs://10.223.57.195/export/home/vmware/secondary  |              1 | ZONE  | Image | 1c0443b8-9c62-4ecd-ad61-c10954f6f9b8 | 1233e6fd-48f0-3e53-b54c-46f919c01fff | 2013-12-13 23:52:44 | NULL                |       NULL |       NULL |
> +----+---------------------------------------------------+---------------------+----------+---------------------------------------------------+----------------+-------+-------+--------------------------------------+--------------------------------------+---------------------+---------------------+------------+------------+
> 3 rows in set (0.00 sec)



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)