QingCloudAppcenter / Kafka

Apache License 2.0
0 stars 3 forks source link

lxc instance created before 2019 may cause checkMounts exit with code 1 #11

Closed spwangxp closed 4 years ago

spwangxp commented 4 years ago

2019 and before, kafka node created in lxc (configured in mustache file), but lxc didn't mount volume , since 2019, kvm becomes the default container type, kvm could mount volume. upgrade won't change the container type. so when execute func _initNode in lxc container, checkMounts will exit with error code 1. so it may need detect the type of container.

spwangxp commented 4 years ago

fixed in ansible-role appctl-1.1.9