Activity log for bug #1611187

Date Who What changed Old value New value Message
2016-08-09 03:15:42 Dongcan Ye bug added bug
2016-08-09 03:15:56 Dongcan Ye kuryr-libnetwork: assignee Dongcan Ye (hellochosen)
2016-08-09 03:16:21 Dongcan Ye description When we using devstack install kuryr-libnetwork, there may be some exception in install etcd data store, like network timeout, IO error. Then we need to run ./unstack cancel previous installation. But /etcd dir had not removed, so we may met error like: 2016-08-09 02:51:43.900 | ++functions-common:is_service_enabled:2078 return 1 2016-08-09 02:51:43.904 | +functions-common:run_phase:1895 [[ stack == \s\o\u\r\c\e ]] 2016-08-09 02:51:43.908 | +functions-common:run_phase:1898 [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2016-08-09 02:51:43.913 | +functions-common:run_phase:1901 run_plugins stack install 2016-08-09 02:51:43.918 | +functions-common:run_plugins:1860 local mode=stack 2016-08-09 02:51:43.922 | +functions-common:run_plugins:1861 local phase=install 2016-08-09 02:51:43.926 | +functions-common:run_plugins:1863 local plugins=,kuryr-libnetwork 2016-08-09 02:51:43.930 | +functions-common:run_plugins:1864 local plugin 2016-08-09 02:51:43.935 | +functions-common:run_plugins:1865 for plugin in '${plugins//,/ }' 2016-08-09 02:51:43.939 | +functions-common:run_plugins:1866 local dir=/opt/stack/kuryr-libnetwork 2016-08-09 02:51:43.944 | +functions-common:run_plugins:1867 [[ -f /opt/stack/kuryr-libnetwork/devstack/plugin.sh ]] 2016-08-09 02:51:43.949 | +functions-common:run_plugins:1868 source /opt/stack/kuryr-libnetwork/devstack/plugin.sh stack install 2016-08-09 02:51:43.971 | Installing etcd server 2016-08-09 02:51:43.972 | mkdir: cannot create directory '/opt/stack/etcd': File exists 2016-08-09 02:51:43.973 | Error on exit I think we should run rm command clean the etcd directory in unstack script. When we using devstack install kuryr-libnetwork, there may be some exception in install etcd data store, like network timeout, IO error. Then we need to run ./unstack cancel previous installation. But /etcd dir had not removed, so we may met error like: 2016-08-09 02:51:43.900 | ++functions-common:is_service_enabled:2078 return 1 2016-08-09 02:51:43.904 | +functions-common:run_phase:1895 [[ stack == \s\o\u\r\c\e ]] 2016-08-09 02:51:43.908 | +functions-common:run_phase:1898 [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2016-08-09 02:51:43.913 | +functions-common:run_phase:1901 run_plugins stack install 2016-08-09 02:51:43.918 | +functions-common:run_plugins:1860 local mode=stack 2016-08-09 02:51:43.922 | +functions-common:run_plugins:1861 local phase=install 2016-08-09 02:51:43.926 | +functions-common:run_plugins:1863 local plugins=,kuryr-libnetwork 2016-08-09 02:51:43.930 | +functions-common:run_plugins:1864 local plugin 2016-08-09 02:51:43.935 | +functions-common:run_plugins:1865 for plugin in '${plugins//,/ }' 2016-08-09 02:51:43.939 | +functions-common:run_plugins:1866 local dir=/opt/stack/kuryr-libnetwork 2016-08-09 02:51:43.944 | +functions-common:run_plugins:1867 [[ -f /opt/stack/kuryr-libnetwork/devstack/plugin.sh ]] 2016-08-09 02:51:43.949 | +functions-common:run_plugins:1868 source /opt/stack/kuryr-libnetwork/devstack/plugin.sh stack install 2016-08-09 02:51:43.971 | Installing etcd server 2016-08-09 02:51:43.972 | mkdir: cannot create directory '/opt/stack/etcd': File exists 2016-08-09 02:51:43.973 | Error on exit I think we should run rm command clean the etcd directory in unstack script.
2016-08-09 03:44:27 OpenStack Infra kuryr-libnetwork: status New In Progress
2016-08-30 15:49:54 OpenStack Infra kuryr-libnetwork: status In Progress Fix Released