Activity log for bug #1417899

Date Who What changed Old value New value Message
2015-02-04 07:19:56 li,chen bug added bug
2015-02-04 07:24:02 li,chen description Every share-network "must" have a router. If the share-network is created without a router, share creation would failed. How to reproduce: 1. create a network "user-network" in neutron 2. create a subnet "user-subnet" within "user-network" in neutron 3. create a share-network "user-share-net" in manila with "user-subnet" & "user-network" 4. create a share with "user-share-net" => share creation would failed due to " ServiceInstanceException: Subnet gateway is not attached the router." 5. Run command : manila share-network-delete "user-share-net" Result: => ERROR: Cannot delete share network xxxxx. There are share servers using it Expected result: 1. Actually no share-server has been created, so the output is wrong. 2. share-network should be able to be deleted successfully When connect_share_server_to_tenant_network = False Every share-network "must" have a router. If the share-network is created without a router, share creation would failed. How to reproduce: 1. create a network "user-network" in neutron 2. create a subnet "user-subnet" within "user-network" in neutron 3. create a share-network "user-share-net" in manila with "user-subnet" & "user-network" 4. create a share with "user-share-net"        => share creation would failed due to " ServiceInstanceException: Subnet gateway is not attached the router." 5. Run command :     manila share-network-delete "user-share-net" Result:        => ERROR: Cannot delete share network xxxxx. There are share servers using it Expected result:     1. Actually no share-server has been created, so the output is wrong.     2. share-network should be able to be deleted successfully
2015-02-04 07:24:48 li,chen description When connect_share_server_to_tenant_network = False Every share-network "must" have a router. If the share-network is created without a router, share creation would failed. How to reproduce: 1. create a network "user-network" in neutron 2. create a subnet "user-subnet" within "user-network" in neutron 3. create a share-network "user-share-net" in manila with "user-subnet" & "user-network" 4. create a share with "user-share-net"        => share creation would failed due to " ServiceInstanceException: Subnet gateway is not attached the router." 5. Run command :     manila share-network-delete "user-share-net" Result:        => ERROR: Cannot delete share network xxxxx. There are share servers using it Expected result:     1. Actually no share-server has been created, so the output is wrong.     2. share-network should be able to be deleted successfully In generic driver , when connect_share_server_to_tenant_network = False Every share-network "must" have a router. If the share-network is created without a router, share creation would failed. How to reproduce: 1. create a network "user-network" in neutron 2. create a subnet "user-subnet" within "user-network" in neutron 3. create a share-network "user-share-net" in manila with "user-subnet" & "user-network" 4. create a share with "user-share-net"        => share creation would failed due to " ServiceInstanceException: Subnet gateway is not attached the router." 5. Run command :     manila share-network-delete "user-share-net" Result:        => ERROR: Cannot delete share network xxxxx. There are share servers using it Expected result:     1. Actually no share-server has been created, so the output is wrong.     2. share-network should be able to be deleted successfully
2015-02-06 16:47:38 Thiago Gomes manila: assignee Thiago Gomes (fthiagogv)
2015-02-10 18:25:35 Thiago Gomes manila: status New Incomplete
2019-03-18 19:23:33 Jason Grosso manila: status Incomplete Invalid