1743648901
Listing snapshots was incorrectly returning nanoseconds instead of seconds, and formatting of timestamps both list and create snapshot was treating the timestamp as though it were nanoseconds instead of seconds. This resulted in create timestamps always being displayed as zero values. Fix the unit conversion error in the command line and the incorrect extraction in the CSI plugin client code. Beef up the unit tests to make sure this code is actually exercised.
4 lines
98 B
Plaintext
4 lines
98 B
Plaintext
```release-note:bug
|
|
csi: Fixed a bug where volume snapshot timestamps were always zero values
|
|
```
|