Vonng / pigsty

Free RDS for PostgreSQL —— Pigsty
https://pigsty.io
GNU Affero General Public License v3.0
3.38k stars 258 forks source link

Install on a node with existing os user with same node_admin_username #388

Closed fanwang1977 closed 5 months ago

fanwang1977 commented 6 months ago

在 rocky linux8.9 环境下,用普通用户 dba执行安装 ./install.yml, 出现:

TASK [node : create os user admin] ***** fatal: [10.51.4.56]: FAILED! => {"changed": false, "msg": "usermod: user dba is currently used by process 9589\n", "name": "dba", "rc": 8}

PLAY RECAP ***** 10.51.4.56 : ok=39 changed=15 unreachable=0 failed=1 skipped=23 rescued=0 ignored=0
localhost : ok=3 changed=0 unreachable=0 failed=0 skipped=4 rescued=0 ignored=0
想请教一下,不知道这个失败会造成什么影响不?