Commit Graph

517 Commits

Author SHA1 Message Date
xiangqian
45324b7a67 revamp find content logic to fix 290 291 292
add snapshot source validation in syncSnapshot
add content source validation in syncContent
2020-04-20 21:29:30 -07:00
Kubernetes Prow Robot
ed6cd4a7ec Merge pull request #281 from xing-yang/changelog_2.1
Changelog for 2.1 release
2020-04-03 17:01:48 -07:00
xing-yang
b4f4f16805 Changelog for 2.1 release 2020-04-03 23:50:10 +00:00
Kubernetes Prow Robot
cdbae99f0f Merge pull request #261 from xing-yang/create_timeout
Add AnnVolumeSnapshotBeingCreated
2020-04-03 11:49:45 -07:00
xing-yang
f688d7baef Remove error status check 2020-04-03 18:34:57 +00:00
xing-yang
2295e6aea3 Add error status check in createSnapshotWrapper 2020-04-03 01:53:04 +00:00
xing-yang
9f382acd43 Address review comments 2020-04-02 14:23:08 +00:00
xing-yang
f32313bdb8 checkandUpdateContentStatusOperation should not call createSnapshotOperation 2020-04-02 14:23:08 +00:00
xing-yang
0189c77f5a Check final error 2020-04-02 14:23:08 +00:00
xing-yang
6ca7507bc3 Address review comments 2020-04-02 14:23:08 +00:00
xing-yang
7930dd261d Check error code DeadlineExceeded 2020-04-02 14:23:08 +00:00
xing-yang
aa2bc2fb9c Remove the unnecessary driver name check 2020-04-02 14:23:08 +00:00
xing-yang
4c38cc8c6e Remove VolumeSnapshotBeingCreated annotation after driver response 2020-04-02 14:23:08 +00:00
xing-yang
313507f866 Add AnnVolumeSnapshotBeingCreated 2020-04-02 14:23:08 +00:00
Kubernetes Prow Robot
6c1c0ea959 Merge pull request #283 from xing-yang/check_pvc_inuse
Check if PVC is being used by a snapshot as source
2020-04-01 20:44:24 -07:00
xing-yang
c82c8e0c7e Add a check to see if PVC has a finalizer 2020-04-02 02:01:52 +00:00
xing-yang
8ae4d0c278 Check if PVC is being used by a snapshot as source 2020-04-02 01:50:19 +00:00
Kubernetes Prow Robot
69db0844a9 Merge pull request #282 from huffmanca/issue276
Makes the number of worker threads configurable.
2020-03-31 11:59:00 -07:00
Christian Huffman
12f4e1c114 Makes the number of worker threads configurable. 2020-03-31 13:01:33 -04:00
Kubernetes Prow Robot
505542bc75 Merge pull request #265 from alex1989hu/doc/add-v2-code-generator-readme
doc: add workaround for hack/update-generated-code.sh
2020-03-22 11:14:45 -07:00
Kubernetes Prow Robot
7af2d0f1f4 Merge pull request #279 from huffmanca/update_content_nil_check
Moving nil check to correct location
2020-03-19 13:40:36 -07:00
Christian Huffman
25b65ea8a8 Moving nil check to correct location 2020-03-19 16:21:46 -04:00
Kubernetes Prow Robot
ac3ef99c2d Merge pull request #275 from huffmanca/update_snapshotclass_deletion
Allows VolumeSnapshot to be deleted if the class isn't found
2020-03-18 17:12:43 -07:00
Christian Huffman
91a55c0e13 Allows VolumeSnapshot to be deleted if the class isn't found 2020-03-18 16:54:59 -04:00
Kubernetes Prow Robot
bf65357417 Merge pull request #278 from huffmanca/check_nil_content
Include a nil check for the snapshotContent
2020-03-18 10:50:48 -07:00
Christian Huffman
806ccc0b29 Include a nil check for the snapshotContent 2020-03-18 13:35:25 -04:00
Kubernetes Prow Robot
2890f4af52 Merge pull request #234 from xing-yang/update_images_v2.0.0
Update images
2020-03-06 08:31:24 -08:00
xing-yang
5d722431cd Update images 2020-03-05 14:50:19 +00:00
Kubernetes Prow Robot
4b2714a947 Merge pull request #266 from ggriffiths/add_more_sidecar_ctrl_tests
Add more sidecar tests and cleanup sidecar code
2020-03-04 21:16:37 -08:00
Grant Griffiths
fe1c355fa9 Add more sidecar tests and cleanup sidecar code
Signed-off-by: Grant Griffiths <grant@portworx.com>
2020-03-04 20:30:45 -08:00
Alex Szakaly
14eaac289b doc: add workaround for hack/update-generated-code.sh
code-generator incorrectly resolve package path: wants to
write into v2/ directory instead of resolving v2 as package
path

Provide steps to successfully execute code-generator

Signed-off-by: Alex Szakaly <alex.szakaly@gmail.com>
2020-03-04 22:25:25 +01:00
Kubernetes Prow Robot
3dd4e07599 Merge pull request #263 from ggriffiths/common_controller_uts_2
Fix error propagation in checkandAddSnapshotFinalizers and add tests
2020-03-04 11:05:47 -08:00
Grant Griffiths
9830b6ec23 Fix error check for checkandAddSnapshotFinalizers and add tests
Signed-off-by: Grant Griffiths <grant@portworx.com>
2020-03-04 10:48:16 -08:00
Kubernetes Prow Robot
33d4ae265d Merge pull request #262 from windayski/windayski-patch-1
Update CONTRIBUTING.md
2020-03-02 06:46:43 -08:00
Kubernetes Prow Robot
68880a26c8 Merge pull request #249 from xing-yang/retain
Add VolumeSnapshotBeingDeleted annotation to content
2020-02-28 14:02:38 -08:00
xing-yang
b154cc77e7 Add VolumeSnapshotBeingDeleted annotation to content 2020-02-28 18:10:20 +00:00
windayski
8f4904b945 Update CONTRIBUTING.md
fix broken link
2020-02-29 00:05:28 +08:00
Kubernetes Prow Robot
5b4d0062d4 Merge pull request #260 from huffmanca/update_getters_2
Update CRDs to include additional get information
2020-02-27 08:23:28 -08:00
Christian Huffman
c3beea55ba Update CRDs to include additional get information 2020-02-27 09:52:36 -05:00
Kubernetes Prow Robot
883842f48f Merge pull request #252 from bells17/add-feature-listsnapshots-secrets2
Added the feature to use secrets of ListSnapshots
2020-02-20 18:28:32 -08:00
bells17
3c2baf4e96 Add comments 2020-02-21 00:44:44 +09:00
bells17
7cbcf6aa41 Fix log messages and error messages 2020-02-21 00:42:15 +09:00
bells17
8e9680affd Modify to upper case variable name from lower case for unit tests 2020-02-20 23:13:12 +09:00
bells17
dd390a3e38 Improve error messages 2020-02-20 01:09:40 +09:00
bells17
0a1579d0f2 Add support for list secret parameters to RemovePrefixedParameters 2020-02-20 01:00:22 +09:00
bells17
2045ef16ba Fix error message s/Delete/List/ 2020-02-19 20:22:26 +09:00
bells17
401732912f Improve error messages 2020-02-19 20:19:37 +09:00
Kubernetes Prow Robot
af671f0283 Merge pull request #255 from pohly/prow-update-master
master: update release-tools
2020-02-18 19:44:27 -08:00
Kubernetes Prow Robot
ec9dda7578 Merge pull request #254 from ggriffiths/common-ctrl-test-refactor
Refactor common controller tests to use withXYZ functions and add tests
2020-02-18 17:36:25 -08:00
Grant Griffiths
05efba2a30 Add more snapshot and content sync tests
Signed-off-by: Grant Griffiths <grant@portworx.com>
2020-02-18 14:46:39 -08:00