Open jurgenweber opened 5 years ago
Please read https://github.com/coreos/etcd-operator/blob/master/CONTRIBUTING.md#contribution-flow
I hit the edge case that when it sorts, it thinks
etcd_v1066060_2019-07-02-02:51:51 is smaller/older than etcd_v999523_2019-06-30-14:56:49
because it is sorting on the first digit only.
Added all the stuff needed to sort this properly.
right now the periodic backup is continually deleting the same file.
Can one of the admins verify this patch?
so I built the image and used it overnight, it works as expected now.
Thanks
Please read https://github.com/coreos/etcd-operator/blob/master/CONTRIBUTING.md#contribution-flow
I hit the edge case that when it sorts, it thinks
etcd_v1066060_2019-07-02-02:51:51 is smaller/older than etcd_v999523_2019-06-30-14:56:49
because it is sorting on the first digit only.
Added all the stuff needed to sort this properly.
right now the periodic backup is continually deleting the same file.