On Thu, Aug 11, 2016 at 8:42 PM, Jason DeTiberus <jdeti...@redhat.com>
wrote:

> This sounds like your registry was using ephemeral storage rather than
> being backed by a PV or object storage.


It's should not.
We're using:

docker_register_volume_source='{"nfs": { "server": "10.x.x.x", "path":
"/zpool-1234/registry/"}}'

Anyway, it seems this variable isn't used anymore :( (in favor of the
portion you mentionned in your link)
I will investigate that.

Yet, I can see the volume present in the yaml manifest:

spec:
  volumes:
    -
      name: registry-storage
      nfs:
        server: 10.x.x.x
        path: /zpool-1234/registry/
    -
      name: registry-token-xmulp
      secret:
        secretName: registry-token-xmulp
[...]

volumeMounts:
  -
    name: registry-storage
    mountPath: /registry
  -
    name: registry-token-xmulp
    readOnly: true
    mountPath: /var/run/secrets/kubernetes.io/serviceaccount


but not in the console:

[image: Inline image 1]

Weird :)
_______________________________________________
users mailing list
users@lists.openshift.redhat.com
http://lists.openshift.redhat.com/openshiftmm/listinfo/users

Reply via email to