This project is mirrored from https://gitee.com/BiAn-MoShangHuaKai/velero.git.
Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
- 20 Mar, 2019 1 commit
-
-
Steve Kriss authored
Signed-off-by:
Steve Kriss <krisss@vmware.com>
-
- 19 Mar, 2019 6 commits
-
-
Steve Kriss authored
Split velero plugin client into its own package
-
Carlisia authored
Signed-off-by:
Carlisia <carlisiac@vmware.com>
-
Steve Kriss authored
Split plugin framework into its own package
-
Carlisia authored
Signed-off-by:
Carlisia <carlisiac@vmware.com>
-
Nolan Brubaker authored
exclude hostPath PVs from restic backup
-
Steve Kriss authored
Signed-off-by:
Steve Kriss <krisss@vmware.com>
-
- 18 Mar, 2019 3 commits
-
-
Steve Kriss authored
Signed-off-by:
Steve Kriss <krisss@vmware.com>
-
Nolan Brubaker authored
add -L flag to curl commands (master branch)
-
Steve Kriss authored
Signed-off-by:
Steve Kriss <krisss@vmware.com>
-
- 14 Mar, 2019 2 commits
-
-
KubeKween authored
* Move plugin interfaces to same package Signed-off-by:
Carlisia <carlisiac@vmware.com>
-
Steve Kriss authored
Plumb the log level through to plugin processes Signed-off-by:
Steve Kriss <krisss@vmware.com>
-
- 13 Mar, 2019 2 commits
-
-
Steve Kriss authored
* add server-side panic handlers to all plugin methods Signed-off-by:
Steve Kriss <krisss@vmware.com>
-
Nolan Brubaker authored
Add locations and tests to install package Signed-off-by:
Nolan Brubaker <brubakern@vmware.com>
-
- 12 Mar, 2019 2 commits
-
-
Steve Kriss authored
AWS: Inclue zone in volume ID
-
tsturzl authored
Signed-off-by: Travis Sturzl<travis@metismachine.com>
-
- 11 Mar, 2019 1 commit
-
-
Nolan Brubaker authored
remove restore code that waits for a PV to become Available
-
- 08 Mar, 2019 1 commit
-
-
KubeKween authored
Update ark restore to not open every single file open during extracti…
-
- 07 Mar, 2019 2 commits
-
-
asaf-erlich authored
Original error was: ``` ark -n <redacted> restore logs <redacted> time="2019-03-06T18:31:06Z" level=info msg="Not including resource" groupResource=nodes logSource="pkg/restore/restore.go:124" time="2019-03-06T18:31:06Z" level=info msg="Not including resource" groupResource=events logSource="pkg/restore/restore.go:124" time="2019-03-06T18:31:06Z" level=info msg="Not including resource" groupResource=events.events.k8s.io logSource="pkg/restore/restore.go:124" time="2019-03-06T18:31:06Z" level=info msg="Not including resource" groupResource=backups.ark.heptio.com logSource="pkg/restore/restore.go:124" time="2019-03-06T18:31:06Z" level=info msg="Not including resource" groupResource=restores.ark.heptio.com logSource="pkg/restore/restore.go:124" time="2019-03-06T18:31:06Z" level=info msg="Starting restore of backup backup/<redacted>" logSource="pkg/restore/restore.go:342" time="2019-03-06T18:31:06Z" level=info msg="error unzipping and extracting: open /tmp/604421455/resources/rolebindings.rbac.authorization.k8s.io/namespaces/<redacted>/<redacted>: too many open files" logSource="pkg/restore/restore.go:346" ``` Downloading the directory from s3 and untarring it I found 1036 files. The ulimit -n output says 1024. This is our team's best guess at a root cause. But the code fixed in the PR definitely is holding all the files open until the method closes: https://blog.learngoprogramming.com/gotchas-of-defer-in-go-1-8d070894cb01 Please note my go code abilities are not great and I did not test this. I just edited the file in github. All I did was remove the defer and put fileClose after the copy is done. Theoretically this should only hold one file open at a time now. Let me know if you want me to do any further steps. Thank you, -Asaf Signed-off-by:
Asaf Erlich <aerlich@groupon.com>
-
Nolan Brubaker authored
Add original item to restore plugin interface
-
- 06 Mar, 2019 2 commits
-
-
Michal Wieczorek authored
Signed-off-by:
Michal Wieczorek <wieczorek-michal@wp.pl>
-
Steve Kriss authored
Signed-off-by:
Steve Kriss <krisss@vmware.com>
-
- 05 Mar, 2019 2 commits
-
-
Nolan Brubaker authored
move backup extraction logic to its own type
-
Nolan Brubaker authored
move pvRestorer and tests to their own files
-
- 04 Mar, 2019 2 commits
-
-
KubeKween authored
Improve `describe` output
-
DheerajSShetty authored
* Move Phase to right under Metadata(name/namespace/label/annotations) * Move Validation errors: section right after Phase: section and only show it if the item has a phase of FailedValidation * For restores move Warnings and Errors under Validation errors. Do not show Warnings or Errors if there are none. Signed-off-by:
DheerajSShetty <dheerajs@vmware.com> Fixes #987
-
- 01 Mar, 2019 2 commits
-
-
Steve Kriss authored
Signed-off-by:
Steve Kriss <krisss@vmware.com>
-
Steve Kriss authored
Signed-off-by:
Steve Kriss <krisss@vmware.com>
-
- 28 Feb, 2019 12 commits
-
-
KubeKween authored
update kubernetes and azure dependencies to 1.12
-
Nolan Brubaker authored
add changelog for PR 1146
-
Steve Kriss authored
Signed-off-by:
Steve Kriss <krisss@vmware.com>
-
Nolan Brubaker authored
when restoring a PV, don't remove its spec.storageClassName
-
Steve Kriss authored
Signed-off-by:
Steve Kriss <krisss@vmware.com>
-
KubeKween authored
replace ark's map_utils.go with structured types and apimachinery's unstructured helpers
-
Steve Kriss authored
Signed-off-by:
Steve Kriss <krisss@vmware.com>
-
Steve Kriss authored
Signed-off-by:
Steve Kriss <krisss@vmware.com>
-
Steve Kriss authored
Signed-off-by:
Steve Kriss <krisss@vmware.com>
-
Steve Kriss authored
Signed-off-by:
Steve Kriss <krisss@vmware.com>
-
Steve Kriss authored
Signed-off-by:
Steve Kriss <krisss@vmware.com>
-
Steve Kriss authored
Signed-off-by:
Steve Kriss <krisss@vmware.com>
-