~corey.bryant/cinder/2013.1.5

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
cinder (1:2013.1.5-0ubuntu1~cloud0) precise-grizzly; urgency=medium

  * Resynchronize with stable/grizzly (3b8b541) (LP: #1295674):
    - [3b8b541] Pin SQLAlchemy to 0.7.x
    - [2d0278f] Hiding postgresql password in connection string
    - [37389b3] Fix problem with setting SSL protocol in QPid
    - [c9c9eaa] Don't zero out thin provisioned LV's on delete
    - [6487863] Clear correct device when deleting a ThinLVM snap
    - [3a3bcbb] Handle GlanceMetadataNotFound Exceptions
    - [c297f27] Raise VolumeNotFound with correct volume_id

 -- Corey Bryant <corey.bryant@canonical.com>  Fri, 21 Mar 2014 13:17:31 -0400

cinder (1:2013.1.4-0ubuntu1) raring-proposed; urgency=low

  * Resynchronize with stable/grizzly (6e764cb) (LP: #1241202):
    - [74a2154] ThinLVM create volume from snapshot fails LP: 1210853
    - [25be695] Failure to create tmp file in image_conversion_dir can lead to
      the creation of 3 volumes LP: 1224211
    - [f89afda] Nova and quantum don't close qpid connections after certain
      error conditions LP: 1172922
    - [f91361d] volume cloning is failing with an I/O error happening when the
      backing snapshot is wiped LP: 1191812
    - [c381a49] volume is not deleted in cinder db LP: 1209367
    - [9891bf8] Volume size is not updated when cloning a volume with SolidFire
      LP: 1219105
    - [ddec0fc] when using qpid, metadata arguments cause volume cloning to
      fail LP: 1213964
    - [d13df23] Previous change to allow SolidFire to clone different size,
      breaks create-snapshot LP: 1234970
    - [eac6ecd] Cinder-Volume Fails to Boot on Restart LP: 1212206
    - [174a985] upload-to-image fails with the NetApp NFS backend LP: 1221205
    - [a3d3fa1] "mount.nfs is not installed" is in error LP: 1212286
    - [8002421] Allow display_name for v2 snapshot-update LP: 1226398
    - [9e85d49] Cinder API v2: List Snapshots Details can not use search
      options like "offset" and "limit" as admin user LP: 1205956
    - [22c53d6] NetApp: iSCSI drivers' reserved percentage is 100 LP: 1182015
    - [84b4ad8] Incorrect tunnelling to NetApp servers in concurrent requests
      LP: 1176759
    - [ba03c32] solidfire driver crashes during ensure export if solidfire not
      available LP: 1215064
    - [6e764cb] NetApp driver should disallow very old controller OS versions
      LP: 1223474
  * debian/patches/fix-secure-delete-for-lvm.patch: Dropped.
 
 -- Adam Gandelman <adamg@ubuntu.com>  Thu, 17 Oct 2013 13:51:14 -0700

cinder (1:2013.1.3-0ubuntu2) raring-proposed; urgency=low

  * debian/patches/fix-secure-delete-for-lvm.patch: Fix regression
    introduced by c6f2f78.  Cherry-picked from upstream stable/grizzly.

 -- Adam Gandelman <adamg@ubuntu.com>  Wed, 18 Sep 2013 13:17:19 -0700

cinder (1:2013.1.3-0ubuntu1) raring-proposed; urgency=low

  * Resynchronize with stable/grizzly (2023eec) (LP: #1210447):
    - [0c86041] Bump stable/grizzly next version to 2013.1.3
    - [a1c0ba1] Syntax error in hp3par driver LP: 1186566
    - [e97b555] Cloning a SolidFire volume doesn't work anymore LP: 1188454
    - [7a15827] cinder thinlvm allocates new snap based volumes outside the
      pool LP: 1192601
    - [e58cac5] SolidFire driver should catch Connection Refused error
      LP: 1195910
    - [f5b80aa] live migration fails with storwize/svc driver LP: 1179773
    - [85444f4] Incorrect authorization rule in api.quota LP: 1185974
    - [78945d0] test_storwize_svc.py fails with
      storwize_svc_multihostmap_enabled default value (False) LP: 1198146
    - [2eda2e6] storwize svc driver needs to avoid SVC CLI shortcut
      LP: 1163964
    - [82c6ffe] SolidFire _do_clone needs to account for create_from_snapshot
      as well as clone LP: 1192745
    - [559b0fa] handle-remaining-connect-fails-cases-in-solidfire-driver
      LP: 1201592
    - [bfeae7b] Cannot run cinder-volume with SolidFire driver in
      active/active LP: 1179671
    - [68e4e55] some default config options are of the wrong type LP: 1167318
    - [5ae3c21] unable to discover shares for nfs drivers LP: 1158681
    - [762c4d2] Pyflakes error in EMC driver LP: 1188619
    - [5dfb545] need_longer_timeout_setting_for_solidfire_clone LP: 1202007
    - [c6f2f78] Cinder LVM volume driver does not support secure deletion
      (CVE-2013-4183) LP: 1198185
    - [2023eec] [OSSA 2013-023] Potential unsafe XML usage (CVE-2013-4179,
      CVE-2013-4202) LP: 1190229
  * debian/rules: Clean new setuptools_git cruft.
  * debian/control: Set Vcs fields.

 -- Adam Gandelman <adamg@ubuntu.com>  Fri, 09 Aug 2013 09:59:32 +0100

cinder (1:2013.1.2-0ubuntu1) raring-proposed; urgency=low

  * Resynchronize with stable/grizzly (890dc3fe) (LP: #1188788):
    - [46f1e0a] Unable to modify volume-type/QoS on cloned SolidFire volume
      LP: 1184235
    - [e7d973c] Creating a Cinder volume from an image ID fails to copy the
      image to the volume LP: 1183283
    - [c56d031] Cloned volume is associated with wrong SolidFire account
      LP: 1183521
    - [53ffc79] Huawei driver failed to handle mutiple requests in short time
      LP: 1162251
    - [839a6a7] cinder volume service keeps retrying even with code exception
      LP: 1167841
    - [80784a4] Grizzly upgrade breaks old api v1 router path LP: 1168573

 -- Adam Gandelman <adamg@ubuntu.com>  Fri, 07 Jun 2013 13:27:14 -0400

cinder (1:2013.1.1-0ubuntu1) raring-proposed; urgency=low

  * Resynchronize with stable/grizzly (a4856c4e) (LP: #1179626):
    - [995a310] Can't specify custom backend-name for HP/3par driver
      LP: 1175222
    - [319f712] SolidFire driver can't be used with extra-specs as in the past
      LP: 1167141
    - [817eac8] 3par driver not synchronize causing duplicate hostname error
      LP: 1172503
    - [2e3c1cd] backup-delete removes backup from database LP: 1169943
    - [2f72682] nexenta driver doesn't report volume stats LP: 1166607
    - [6221a0e] ThinLVM driver fails due to get_stats LP: 1166572
    - [93247d2] Deleted snapshots still counting against quota  LP: 1173365
    - [6008be0] Multibackend config issue in cinder-volume LP: 1169928
    - [b8de829] glusterfs driver doesn't report volume stats LP: 1164038
    - [59f11c9] reschedule_or_reraise in cinder.volume.manager eats exception on
      base LVM driver LP: 1159027
    - [9318ffc] cinder-manage backup list is broken since we switched to uuids
      for backups LP: 1164922
    - [ba41b68] Logging configured incorrectly in cinder-all LP: 1161038
    - [2113fe1] sql_connection not marked secret LP: 1160680
    - [e1c153c] Error re-scheduling volume creation LP: 1164857
    - [5521cae] Remove unused tools/rfc.sh
    - [fed7c92] backup tests fail due to format errors in messages  LP: 1166600

 -- Adam Gandelman <adamg@ubuntu.com>  Tue, 14 May 2013 07:49:04 -0700

cinder (1:2013.1-0ubuntu2) raring; urgency=low

  * debian/control: Bump minimum stevedore version 0.8.
    (LP: #1169730)

 -- Adam Gandelman <adamg@ubuntu.com>  Tue, 16 Apr 2013 14:38:46 -0700

cinder (1:2013.1-0ubuntu1) raring; urgency=low

  * New upstream release. 

 -- Chuck Short <zulcss@ubuntu.com>  Fri, 05 Apr 2013 07:53:23 -0500

cinder (1:2013.1~rc3-0ubuntu1) raring; urgency=low

  * New upstream release. 

 -- Chuck Short <zulcss@ubuntu.com>  Wed, 27 Mar 2013 07:51:21 -0500

cinder (1:2013.1~rc2-0ubuntu2) raring; urgency=low

  * debian/rules: Fix FTBFS, we want '-v' and not '-V'. 

 -- Chuck Short <zulcss@ubuntu.com>  Mon, 25 Mar 2013 08:30:42 -0500

cinder (1:2013.1~rc2-0ubuntu1) raring; urgency=low

  * New upstream release.
  * debian/control, debian/cinder-volume.install: Dropped rtstool and python-rtslib
    since it was dropped upstream. 
  * debian/rules: Run tests more verbosely.

 -- Chuck Short <zulcss@ubuntu.com>  Mon, 25 Mar 2013 07:59:45 -0500

cinder (1:2013.1~rc1-0ubuntu1) raring; urgency=low

  [ Chuck Short ]
  * debian/patches/fix-ubuntu-tests.patch: Dropped.
  * debian/rules: Fix version number when building the testsuite. 
  * debian/cinder-backup{.install, upstart, logroate}: Add cinder-backup
    service.
  * debian/rules: Run the testsuite against PYTHONPATH.
  * debian/control: Update build-depends and run-time depends.
    - Dropped python-glance not needed.
    - Dropped python-cheetah not needed.
    - Droped python-daemon not needed.
    - Dropped python-netaddr not needed.
    - Renamed python-oslo-config to python-oslo.config.
    - Added python-keystoneclient to depends.
    - Added python-swiftclient to depends.
   * debian/pydist-overrides: No longer needed.

  [ James Page ]
  * New upstream release candidate.
  * d/watch: Update uversionmangle to deal with upstream versioning
    changes, remove tarballs.openstack.org.
  * d/cinder.conf: Set lock_path to /var/lock/cinder (default is not
    sensible).

 -- James Page <james.page@ubuntu.com>  Sat, 16 Mar 2013 09:30:20 +0000

cinder (2013.1.g3-0ubuntu1) raring; urgency=low

  [ Yolanda Robla Mota ]
  * d/control: Add BD on python-hp3parclient.
  * d/patches: Drop patches related to disabling hp3parclient.

  [ James Page ]
  * d/control: Add Suggests: python-hp3parclient for python-cinder.
  * d/control: Add BD on python-oslo-config.
  * d/*: Wrapped and sorted.

  [ Chuck Short ]
  * New upstream release.
  * debian/rules, debian/cinder-volumes.install: 
    - Fail if binaries are missing and install missing binaries.
  * debian/patches/fix-ubuntu-tests.patch: Fix failing tests.
  * debian/control: Add python-rtslib and python-mock.

 -- Chuck Short <zulcss@ubuntu.com>  Fri, 22 Feb 2013 10:45:17 -0600

cinder (2013.1~g2-0ubuntu2) raring; urgency=low

  * debian/patches/series: Enable skip_failed_tests to fix FTBFS. 

 -- Chris J Arges <chris.j.arges@canonical.com>  Tue, 15 Jan 2013 10:10:28 -0600

cinder (2013.1~g2-0ubuntu1) raring; urgency=low

  [ Chuck Short ]
  * New upstream release. 
  * debian/patches/avoid_setuptools_git_dependency.patch: Rediff
    due to upstream changes.
  * debian/control: Add python-keystoneclient as a dependency

  [ James Page ]
  * Improve upstart configurations:
    - d/*.upstart: Switch to using start-stop-daemon instead of su,
      stop on [!2345] to catch all transitions.
  * d/control: General tidy of package descriptions.
  * d/control: Drop BD on python-all-dev as its not required.
  * d/*.postrm: Dropped; update-rc.d calls for purge are handled by
    debhelper and are not require for upstart configurations.

  [ Yolanda Robla Mota ]
  * d/patches: removing hp3parclient dependency from tools/test-requires
  * d/patches, d/control: adding stevedore dependency, merging deps patches
  * d/patches: remove failing tests

 -- Chuck Short <zulcss@ubuntu.com>  Fri, 11 Jan 2013 07:33:57 -0600

cinder (2013.1~g1-0ubuntu1) raring; urgency=low

  * New upstream release.
  * debian/patches/avoid_setuptools_git_dependency.patch:
    Avoid git installation. (LP: #1075948) 

 -- Chuck Short <zulcss@ubuntu.com>  Fri, 23 Nov 2012 08:39:28 -0600

cinder (2013.1~g1~20121101.361-0ubuntu1) raring; urgency=low

  [ Adam Gandelman ]
  * New upstream release.
  * debian/patches/0001-Replace-builtin-hash.patch: Dropped.

  [ James Page ]
  * Cinder should suggest ceph-common, not python-ceph (LP: #1065901):
    - debian/control: cinder-volume Suggests: python-ceph -> ceph-common

 -- Adam Gandelman <adamg@canonical.com>  Thu, 01 Nov 2012 11:30:15 +0100

cinder (2012.2-0ubuntu2) quantal; urgency=low

  * debian/cinder_tgt.conf: Add missing configuration file. (LP: #1064366) 
  * debian/README.Debian: Added note about migration from nova-volume
    to cinder-volume.

 -- Chuck Short <zulcss@ubuntu.com>  Tue, 09 Oct 2012 08:26:21 -0500

cinder (2012.2-0ubuntu1) quantal; urgency=low

  * New upstream release. 
  * debian/cinder-volume.postinst, debian/cinder-common.dirs,
    debian/cinder.conf: Properly configure tgtd to be used with cinder.
  * debian/pydist-overrides: Dont try to install babel.

 -- Chuck Short <zulcss@ubuntu.com>  Thu, 27 Sep 2012 11:32:27 -0500

cinder (2012.2~rc3-0ubuntu1) quantal; urgency=low

  * New upstream release.
  * debian/patches/0001-Replace-builtin-hash-with-MD5-to-solve-32-64-bit-iss.patch:
    Fix FTBFS.

 -- Chuck Short <zulcss@ubuntu.com>  Wed, 26 Sep 2012 14:07:35 -0500

cinder (2012.2~rc2-0ubuntu1) quantal; urgency=low

  [ Adam Gandelman ]
  * debian/control: Add python-mysqldb to python-cinder Depends.

  [ Chuck Short ]
  * New upstream release
  * debian/rules: Fail to build if the testsuite doesnt pass.

 -- Chuck Short <zulcss@ubuntu.com>  Tue, 25 Sep 2012 10:17:21 -0500

cinder (2012.2~rc1-0ubuntu1) quantal; urgency=low

  [ Adam Gandelman ]
  * debian/control: Add lvm2 + tgt as a Dependency of cinder-volume.
  * debian/cinder-volume.{dirs, postinst}:
        - Create /var/lib/cinder/volumes (LP: #1047059)
        - chmod 0600, not chown.
  * debain/cinder-scheduler.postinst: Drop.
  * debian/cinder.conf: Fix defaults.
  * debian/*.upstart: Specify --log-file.
  * debian/*.logrotate: Update.
  * Only rootwrap filters with the packages that need them (cinder-volume).
  * Ensure /etc/cinder/rootwrap.d/ is only writable by root, ensure
    those permissions on /etc/cinder/rootwrap.conf and individual filter
    configurations.

  [ Chuck Short ]
  * New upstream version.
  * debian/control: Add python-ceph as a suggests

 -- Chuck Short <zulcss@ubuntu.com>  Tue, 18 Sep 2012 14:24:45 -0500

cinder (2012.2~rc1~20120907.230-0ubuntu4) quantal; urgency=low

  [Chuck Short]
  * New upstream version.
  * debian/cinder.conf: Fix path for cinder-rootwrap. (LP: #1045438) 
  * debian/control: Add python-glanceclient as a dep. 
  * debian/cinder-common.postinst: Fix chmod thinko.
  * debian/*.upstart: Specify the configuration files.

  [Soren Hansen]
  * Update debian/watch to account for symbolically named tarballs and
    use newer URL.
  * Fix Launchpad URLs in debian/watch.

 -- Chuck Short <zulcss@ubuntu.com>  Fri, 07 Sep 2012 11:27:55 -0500

cinder (2012.2~f3-0ubuntu3) quantal; urgency=low

  * debian/cinder.conf: Re-add sql_connection and set it to sqllite.

 -- Chuck Short <zulcss@ubuntu.com>  Wed, 22 Aug 2012 20:14:41 -0500

cinder (2012.2~f3-0ubuntu2) quantal; urgency=low

  * debian/cinder.conf: Get rid of deprecated warnings.
    (LP: #1036240) 

 -- Chuck Short <zulcss@ubuntu.com>  Sun, 19 Aug 2012 13:36:22 -0500

cinder (2012.2~f3-0ubuntu1) quantal; urgency=low

  * New upstream version.
  * debian/patches/0001-Use-setuptools-git.patch: Dropped
  * debian/control: Add python-glanceclient

 -- Chuck Short <zulcss@ubuntu.com>  Fri, 17 Aug 2012 10:18:57 -0500

cinder (2012.2~f3~20120809.102-0ubuntu2) quantal; urgency=low

  * debian/cinder.conf, cinder-common.install: Use rootwrap.conf. (LP: #1036240) 
  * debian/control: Drop python-babel.

 -- Chuck Short <zulcss@ubuntu.com>  Mon, 13 Aug 2012 14:14:31 -0500

cinder (2012.2~f3~20120809.102-0ubuntu1) quantal; urgency=low

  [ Adam Gandelman ]
  * debian/control: Add python-setuptools dependency.
  * debian/cinder-common.postinst: Fix syntax errors, fix permissions.
  * debian/cinder-common.dirs: Correct, etc/nova -> etc/cinder.
  * debian/{cinder_sudoers, rules, cinder-common.install}: Install proper
    cinder_sudoers.
  * debian/cinder-*.upstart: Close quotes, replace 'nova' references with
    'cinder'.
  * debian/cinder.conf: Specify correct sql_connection.
  * debian/cinder-scheduler.postinst: Added.  Migrate local databases only.

  [ Chuck Short ]
  * debian/*.upstart: Fix upstart jobs to run with right interfaces.
    (LP: #1030197)
  * debian/control: Drop python-babel, python-nosexcover
  * debian/control: Add python-mox, pep8
  * debian/rules: Re-add get-orig-source
  * debian/rules: Enable testsuite.
  * debian/cinder.conf: Update config file.
  * debian/cinder-{api,volumes,scheduler}.manpages: Add manpages.
  * New upstream version.
  * debian/rules: Don't run pep8 tests
  * debian/patches/0001-Use-setuptools-git.patch: Cleanup manifest
  * debian/control: Add python-setuptools-git
  * debian/control: Add section for python-cinder
  * fix lintian warnings and errors.
  * debian/cinder-common.install: Remove clear_rabbit_queues since it
    will conflict with nova installed.

 -- Chuck Short <zulcss@ubuntu.com>  Fri, 10 Aug 2012 12:05:11 -0500

cinder (2012.2~f1~20120503.2-0ubuntu1) quantal; urgency=low

  * Initial release.

 -- Chuck Short <zulcss@ubuntu.com>  Tue, 22 May 2012 09:57:46 -0400