<div dir="ltr"><p>Hi,</p><p>I have configured Manila and I have a problem when trying to access Manila instance by ssh.<br></p><p>I run the command:<br>manila create --name myshare  --share-network a27c2174-b59c-4c17-a2fd-fcc98f97571b NFS 1</p><p>But I end up with an error:<br>[root@controller-node ~]#  manila list<br>+--------------------------------------+---------+------+-------------+--------+-----------+--------------------+-----------------+------------------------------------------------------+<br>|
 ID                                   | Name    | Size | Share Proto | 
Status | Is Public | Share Type         | Export location | Host        
                                         |<br>+--------------------------------------+---------+------+-------------+--------+-----------+--------------------+-----------------+------------------------------------------------------+<br>|
 41ec4adb-8f5b-4c62-a6f8-301c1a3e8d79 | myshare | 1    | NFS         | 
error  | False     | default_share_type | None            | 
compute-node@backend1#backend1 |<br>+--------------------------------------+---------+------+-------------+--------+-----------+--------------------+-----------------+------------------------------------------------------+</p><p>Logs on compute-node (/var/log/manila/share.log) says that it could not establish SSH connection to the instance:<br>2015-08-06
 19:20:47.912 5938 TRACE oslo_messaging.rpc.dispatcher 
ServiceInstanceException: SSH connection has not been established to 
10.254.0.13 in 300s. Giving up.</p><p>From network node I can access the instance:</p><p>[root@network-node ~]# ip netns exec qdhcp-cf8ad94e-8b9a-4973-ac53-0f303dac281f ssh <a href="mailto:manila@10.254.0.13">manila@10.254.0.13</a><br><a href="mailto:manila@10.254.0.13">manila@10.254.0.13</a>'s password: <br>Welcome to Ubuntu 14.04.2 LTS (GNU/Linux 3.13.0-53-generic i686)</p><p> * Documentation:  <a href="https://help.ubuntu.com/" rel="nofollow">https://help.ubuntu.com/</a><br>Last login: Thu Aug  6 17:16:28 2015 from 10.0.1.2<br>$</p><p>But the instance is not visible from compute node:</p><p>[root@compute-node ~]# ssh <a href="mailto:manila@10.254.0.13">manila@10.254.0.13</a><br>ssh: connect to host 10.254.0.13 port 22: No route to host<br>[root@compute-node ~]# ping 10.254.0.13<br>PING 10.254.0.13 (10.254.0.13) 56(84) bytes of data.<br>From 10.254.0.4 icmp_seq=1 Destination Host Unreachable<br>...<br>[root@compute-node ~]# route -n<br>Kernel IP routing table<br>Destination     Gateway         Genmask         Flags Metric Ref    Use Iface<br>0.0.0.0         192.168.3.254   0.0.0.0         UG    0      0        0 PRIVATE<br>10.0.10.0       192.168.3.254   255.255.255.0   UG    0      0        0 PRIVATE<br>10.10.10.0      192.168.3.254   255.255.255.0   UG    0      0        0 PRIVATE<br>10.172.0.0      192.168.3.254   255.255.255.0   UG    0      0        0 PRIVATE<br>10.254.0.0      0.0.0.0         255.255.255.240 U     0      0        0 tapacedd7d3-6f<br>172.17.0.0      192.168.3.254   255.255.255.0   UG    0      0        0 PRIVATE<br>192.168.0.0     0.0.0.0         255.255.252.0   U     0      0        0 PRIVATE<br>192.168.4.0     0.0.0.0         255.255.255.0   U     0      0        0 TUNNEL<br>192.168.5.0     0.0.0.0         255.255.255.0   U     0      0        0 STORAGE</p><p>Any idea?</p><br clear="all"><br>-- <br><div class="gmail_signature"><div dir="ltr">Francesc Pinyol Margalef<br><a href="http://www.francescpinyol.cat/" target="_blank">http://www.francescpinyol.cat/</a></div></div>
</div>