This repository was archived by the owner on Jun 18, 2022. It is now read-only.
Releases: rancher/convoy
Releases · rancher/convoy
Volmgr v0.1.5 release
Improve "volume list" and "blockstore list" to check an specific snapshot .
Volmgr v0.1.5-rc2
Add missing volume information for "list blockstore"
Volmgr v0.1.5-rc1
Fix gofmt -s
Volmgr v0.1.4 release!
Idempotency support.
v0.1.4-rc2 release
Fix the apply.sh
v0.1.4-RC1 release
Get ready for idempotency check.
Add specific UUID support for volmgr
Notice:
From this release, pdata_tools no longer packed with the release. It's need to be downloaded independently. And release is at https://github.com/rancherio/thin-provisioning-tools/releases
Volmgr v0.1.1 Release!
Add ability to switch mount namespace, by adding "volmgr_mount" tool.
Rancher Volume Manager 0.1 release
Feature list:
- Support device mapper as storage driver
- Support VFS as block store driver.
- Volume: create, remove, mount, umount, list
- Snapshot: create, delete
- Block Store: register, deregister, add/remove volume, backup snapshot, restore snapshot, delete snapshot(GC)
The integration test covered all the supported basic cases.