vitastor/patches
Vitaliy Filippov aa1e21dd99 Release 0.6.9
New features:
- Build Vitastor driver as part of QEMU
- Implement renaming images in CLI (vitastor-cli modify --rename)
- Add vitastor-cli alloc-osd and simple-offsets commands and use them in make-osd,
  thus removing the dependency on etcdctl
- Make monitor remove stale deleted inode statistics from etcd automatically
- Implement OSD address selection from a subnet, thus removing the need to specify
  OSD addresses in startup scripts explicitly

Bug fixes:
- Fix client failover in case of etcd shutdown or crash (make client survive etcd failures)
- Stick to the last live etcd in OSD and mon to prevent random failures when one of etcds is down
- Fix incorrect copying of data from journal to the data device which could lead to data corruption
- Prefer local etcd IPs in OSD
- Remove the total PG count restriction in optimize_change which was sometimes leading
  to inability to redistribute PGs over OSDs
- Fix error response parsing on a failed pg state report
- Fix slow linear writes with RDMA by changing default buffer settings
- Fix possible 'TypeError' in openstack nova when using Vitastor cinder driver
- Fix bugs in vitastor-cli create, ls, rm, modify commands

Patch changes:
- Add a patch for libvirt 7.6
- Add patches for QEMU 6.0 and 6.1
- Fix config file path XML location parsing in libvirt patches
- Replace _ with - in QEMU options
- Fix possible 'TypeError' in openstack nova when using Vitastor cinder driver
- Fix possible crashes of QEMU block driver in case of incorrect options
2021-12-03 10:58:54 +03:00
..
cinder-vitastor.py Release 0.6.9 2021-12-03 10:58:54 +03:00
devstack-local.conf Implement OpenStack Cinder driver for Vitastor 2021-07-10 01:06:29 +03:00
libvirt-5.0-vitastor.diff Pass config path in <config file="" /> element instead of an attribute 2021-11-30 02:02:07 +03:00
libvirt-7.0-vitastor.diff Pass config path in <config file="" /> element instead of an attribute 2021-11-30 02:02:07 +03:00
libvirt-7.5-vitastor.diff Pass config path in <config file="" /> element instead of an attribute 2021-11-30 02:02:07 +03:00
libvirt-7.6-vitastor.diff Update patch for libvirt 7.6 2021-11-30 10:23:51 +03:00
libvirt-example.xml Pass config path in <config file="" /> element instead of an attribute 2021-11-30 02:02:07 +03:00
nova-23.diff Rename patch to Nova 23 because it's actually closer 2021-11-30 02:05:24 +03:00
qemu-3.1-vitastor.patch Update QEMU 3.1 patch 2021-12-02 01:29:21 +03:00
qemu-4.2-vitastor.patch Update QEMU 4.2 patch and CentOS 7 QEMU 4.2 spec patch 2021-12-02 01:03:19 +03:00
qemu-5.0-vitastor.patch Update QEMU 5.0 patch 2021-12-02 01:27:00 +03:00
qemu-5.1-vitastor.patch Update QEMU 5.1/5.2 patch to include internal vitastor driver 2021-12-01 02:08:02 +03:00
qemu-6.0-vitastor.patch Add patches for QEMU 6.0 and for 6.0 RPM spec 2021-12-02 01:47:20 +03:00
qemu-6.1-vitastor.patch Build vitastor driver as part of the QEMU package by default 2021-11-29 02:05:26 +03:00