Closed yuhuijiang closed 4 years ago
A friendly reminder that this issue had no activity for 30 days.
@QiWang19 PTAL @lsm5 Are you working on this?
Haven't touched this in the last couple weeks, it's cool with me if @QiWang19 takes it.
Do the docs need a fix or the UsageData should be added? https://docs.docker.com/engine/api/v1.40/#operation/VolumeList has no UsageData
field. @jwhonce @rhatdan?
Is this a BUG REPORT or FEATURE REQUEST? (leave only one on its own line)
/kind bug
Description
volume ls output no "UsageData","Status" parameters
Steps to reproduce the issue:
podman system service --timeout 0 tcp:127.0.0.1:8080
curl -s http://localhost:8080/v1.40/libpod/volumes/json | jq
Check the output
Describe the results you received: [ { "Name": "demo", "Driver": "local", "Mountpoint": "/var/lib/containers/storage/volumes/demo/_data", "CreatedAt": "2020-06-08T15:48:59.257413586-04:00", "Labels": {}, "Scope": "local", "Options": {} }, { "Name": "test0142", "Driver": "local", "Mountpoint": "/var/lib/containers/storage/volumes/test0142/_data", "CreatedAt": "2020-06-08T15:28:43.173893297-04:00", "Labels": { "helloname": "yujiang", "time": "2020" }, "Scope": "local", "Options": {} } ]
Describe the results you expected: According to http://docs.podman.io/en/latest/_static/api.html#operation/listVolumes, the output should contain "UsageData","Status"
Additional information you deem important (e.g. issue happens only occasionally):
Output of
podman version
:Output of
podman info --debug
:Package info (e.g. output of
rpm -q podman
orapt list podman
):Additional environment details (AWS, VirtualBox, physical, etc.): fadora32