ECS-CommunityEdition
ECS-CommunityEdition copied to clipboard
Error running step2
Expected Behavior
Step2 to finish successfully
Actual Behavior
Everything seems fine except that when we run step2, this script doesn't end.
Looking into /var/log/vipr/emc-viprobject/ssm.log, following errors are showed:
2022-01-13T11:45:38,010 [main] INFO DynamicHostProvider.java (line 153) config does not exist /data/vnest/vnest-main/configuration/zk.server.config 2022-01-13T11:45:38,010 [main] WARN DynamicHostProvider.java (line 106) could not get zk server list, try again 2022-01-13T11:45:43,018 [main] INFO DynamicHostProvider.java (line 151) read config from /data/vnest/vnest-main/configuration/zk.server.config 2022-01-13T11:45:43,019 [main] INFO DynamicHostProvider.java (line 153) config does not exist /data/vnest/vnest-main/configuration/zk.server.config 2022-01-13T11:45:43,019 [main] WARN DynamicHostProvider.java (line 106) could not get zk server list, try again 2022-01-13T11:45:48,025 [main] INFO DynamicHostProvider.java (line 151) read config from /data/vnest/vnest-main/configuration/zk.server.config 2022-01-13T11:45:48,025 [main] INFO DynamicHostProvider.java (line 153) config does not exist /data/vnest/vnest-main/configuration/zk.server.config 2022-01-13T11:45:48,026 [main] WARN DynamicHostProvider.java (line 106) could not get zk server list, try again 2022-01-13T11:45:53,031 [main] INFO DynamicHostProvider.java (line 151) read config from /data/vnest/vnest-main/configuration/zk.server.config 2022-01-13T11:45:53,032 [main] INFO DynamicHostProvider.java (line 153) config does not exist /data/vnest/vnest-main/configuration/zk.server.config 2022-01-13T11:45:53,032 [main] WARN DynamicHostProvider.java (line 106) could not get zk server list, try again 2022-01-13T11:45:58,032 [main] INFO DynamicHostProvider.java (line 151) read config from /data/vnest/vnest-main/configuration/zk.server.config 2022-01-13T11:45:58,033 [main] INFO DynamicHostProvider.java (line 153) config does not exist /data/vnest/vnest-main/configuration/zk.server.config 2022-01-13T11:45:58,033 [main] WARN DynamicHostProvider.java (line 106) could not get zk server list, try again
looking into /data/zk/, it seems storageos folder is completely missing
[admin@luna ~]$ cd /data/zk/ [admin@luna zk]$ ls -al total 0 drwxr-xr-x. 3 444 444 74 Jan 12 15:25 . drwxr-xr-x. 9 444 444 170 Jan 12 15:26 .. drwxr-xr-x. 2 444 444 73 Jan 12 15:25 bin lrwxrwxrwx. 1 444 444 19 Jan 12 15:25 conf -> /opt/storageos/conf lrwxrwxrwx. 1 444 444 18 Jan 12 15:25 lib -> /opt/storageos/lib lrwxrwxrwx. 1 444 444 45 Jan 12 15:25 zookeeper-3.4.12-1-ecs.jar -> /opt/storageos/lib/zookeeper-3.4.12-1-ecs.jar
Steps to Reproduce Behavior
- run sudo ./bootstrap.sh -c deploy.yml
- run step1
- run step2
Relevant Output and Logs
# Output and Logs go here
[admin@luna ~]$ cat /etc/os-release NAME="CentOS Linux" VERSION="7 (Core)" ID="centos" ID_LIKE="rhel fedora" VERSION_ID="7" PRETTY_NAME="CentOS Linux 7 (Core)" ANSI_COLOR="0;31" CPE_NAME="cpe:/o:centos:centos:7" HOME_URL="https://www.centos.org/" BUG_REPORT_URL="https://bugs.centos.org/"
CENTOS_MANTISBT_PROJECT="CentOS-7" CENTOS_MANTISBT_PROJECT_VERSION="7" REDHAT_SUPPORT_PRODUCT="centos" REDHAT_SUPPORT_PRODUCT_VERSION="7"
Notifies: @Oohdark30 @padthaitofuhot
Could you please reboot the node and see ? not sure why are we hitting these Vnest /zk issue , if its a transient error will be cleared up on reboot.
Please try the 3.7 also. use the OVA , if you are going for manual build , please check out the version 3.7.0.0 - git check out 3.7.0.0
Closing as older , please open new issue if issue persists