Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Varlink GetInfo does not show any registries #4793

Closed
marusak opened this issue Jan 6, 2020 · 1 comment
Closed

Varlink GetInfo does not show any registries #4793

marusak opened this issue Jan 6, 2020 · 1 comment
Labels
kind/bug Categorizes issue or PR as related to a bug. locked - please file new issue/PR Assist humans wanting to comment on an old issue or PR with locked comments.

Comments

@marusak
Copy link
Contributor

marusak commented Jan 6, 2020

Is this a BUG REPORT or FEATURE REQUEST? (leave only one on its own line)

/kind bug

Description
Calling varlink GetInfo method does not list any registries, even though there are definitely some.

Steps to reproduce the issue:

  1. sudo varlink call unix:/run/podman/io.podman/io.podman.GetInfo

Describe the results you received:

{
  "info": {
    "host": {
      "arch": "amd64",
      "buildah_version": "1.11.3",
      "cpus": 4,
      "distribution": {
        "distribution": "fedora",
        "version": "31"
      },
      "eventlogger": "journald",
      "hostname": "zahlmaschine",
      "kernel": "5.3.15-300.fc31.x86_64",
      "mem_free": 1751732224,
      "mem_total": 16426700800,
      "os": "linux",
      "swap_free": 0,
      "swap_total": 0,
      "uptime": "328h 41m 26.11s (Approximately 13.67 days)"
    },
    "podman": {
      "compiler": "gc",
      "git_commit": "",
      "go_version": "go1.13.1",
      "podman_version": "1.6.2"
    },
    "store": {
      "containers": 7,
      "graph_driver_name": "overlay",
      "graph_driver_options": "map[overlay.mountopt:nodev,metacopy=on]",
      "graph_root": "/var/lib/containers/storage",
      "graph_status": {
        "backing_filesystem": "extfs",
        "native_overlay_diff": "false",
        "supports_d_type": "true"
      },
      "images": 2,
      "run_root": "/var/run/containers/storage"
    }
  }
}

Describe the results you expected:
Also having registries defined as are in podman info:

$ podman info
host:
  BuildahVersion: 1.11.3
  CgroupVersion: v2
  <snip>
  os: linux
  rootless: true
registries:
  blocked: null
  insecure: null
  search:
  - docker.io
  - registry.fedoraproject.org
  - registry.access.redhat.com
  - registry.centos.org
  - quay.io
<snip>

Output of podman version:

Version:            1.6.2
RemoteAPI Version:  1
Go Version:         go1.13.1
OS/Arch:            linux/amd64

Package info (e.g. output of rpm -q podman or apt list podman):

podman-1.6.2-2.fc31.x86_64
@openshift-ci-robot openshift-ci-robot added the kind/bug Categorizes issue or PR as related to a bug. label Jan 6, 2020
baude added a commit to baude/podman that referenced this issue Jan 6, 2020
fixes: containers#4793

Signed-off-by: baude <bbaude@redhat.com>
@mheon
Copy link
Member

mheon commented Jan 22, 2020

Fixed upstream

@mheon mheon closed this as completed Jan 22, 2020
@github-actions github-actions bot added the locked - please file new issue/PR Assist humans wanting to comment on an old issue or PR with locked comments. label Sep 23, 2023
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Sep 23, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
kind/bug Categorizes issue or PR as related to a bug. locked - please file new issue/PR Assist humans wanting to comment on an old issue or PR with locked comments.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants