Error: API error (500): linux mounts: Path /var/lib/origin/openshift.local.volumes is mounted on /



  • Man:http://bit.ly/2nHDOyK

    Error: API error (500): linux mounts: Path /var/lib/origin/openshift.local.volumes is mounted on / but it is not a shared or slave mount.

    This is for use in a development/test environment, read the man page on mount.

    From the man page
    A shared mount provides ability to create mirrors of that mount such that mounts and umounts within any of the mirrors propagate to the other mirror. The man page for mount is a the top of the page.

    $ sudo mount --make-shared /
    
    $ ./oc cluster up --version=v1.3.1
    -- Checking OpenShift client ... OK
    -- Checking Docker client ... OK
    -- Checking Docker version ... OK
    -- Checking for existing OpenShift container ... OK
    -- Checking for openshift/origin:v1.3.1 image ... OK
    -- Checking Docker daemon configuration ... OK
    -- Checking for available ports ... 
       WARNING: Binding DNS on port 8053 instead of 53, which may be not be resolvable from all clients.
    -- Checking type of volume mount ... 
       Using nsenter mounter for OpenShift volumes
    -- Creating host directories ... OK
    -- Finding server IP ... 
       Using 10.211.55.5 as the server IP
    -- Starting OpenShift container ... 
       Creating initial OpenShift configuration
       Starting OpenShift using container 'origin'
       Waiting for API server to start listening
       OpenShift server started
    -- Installing registry ... OK
    -- Installing router ... OK
    -- Importing image streams ... OK
    -- Importing templates ... OK
    -- Login to server ... OK
    -- Creating initial project "myproject" ... OK
    -- Server Information ... 
       OpenShift server started.
       The server is accessible via web console at:
           https://10.50.20.2:8443
    
       You are logged in as:
           User:     developer
           Password: developer
    
       To login as administrator:
           oc login -u system:admin

Log in to reply
 

© Lightnetics 2024