Re: reboot hangs with "Reached target shutdown", who can help me?

2019-12-12 Thread can zhu
@The Lee-Man Thanks, In my environment, the default value of the node.startup is automatic in config The Lee-Man 于2019年12月13日周五 上午5:17写道: > Okay, I checked CentOS 8, and the services seem very similar to what I'm > familiar with. > > You do indeed need to make sure your nodes have startup

Re: [PATCH] Check whether socket is opened successfully in find_vlan_dev func

2019-12-12 Thread Zhiqiang Liu
Friendly ping... On 2019/12/9 14:32, liuzhiqiang (I) wrote: > In find_vlan_dev func, socket should be checked before used. > > Signed-off-by: Zhiqiang Liu > --- > usr/iscsi_net_util.c | 4 > 1 file changed, 4 insertions(+) > > diff --git a/usr/iscsi_net_util.c b/usr/iscsi_net_util.c >

Re: reboot hangs with "Reached target shutdown", who can help me?

2019-12-12 Thread The Lee-Man
Okay, I checked CentOS 8, and the services seem very similar to what I'm familiar with. You do indeed need to make sure your nodes have startup set to automatic. Use something like: > zsh> sudo iscsiadm -m node --op update --name 'node.conn[0].startup' --value automatic to update all nodes

Re: reboot hangs with "Reached target shutdown", who can help me?

2019-12-12 Thread The Lee-Man
On Tuesday, December 10, 2019 at 6:25:00 AM UTC-8, can zhu wrote: > > os version: > > CentOS Linux release 7.4.1708 (Core) > > kernel version: > > 3.10.0-693.el7.x86_64 > > > systemd version: > > *systemd*-219-42.el7.x86_64 > > > Mount iscsi devices on the node(iscsi client node) and reboot os,