Skip to content

driver: ListSnapshotsResponse should return []struct, not a machine-unreadable string #5312

Description

@AkihiroSuda

// ListSnapshotsResponse carries the existing snapshots.
message ListSnapshotsResponse {
// Driver-formatted list of existing snapshots.
string snapshots = 1;
}

It should return a slice of struct, not a raw output of qemu-img snapshot -l which is not robustly parsable.

Depends on:

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions