• Tim Gross's avatar
    CSI: fix timestamp from volume snapshot responses (#12352) · fe65d805
    Tim Gross authored
    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.
    fe65d805
Analyzing file…