Help with DNS on LXD 3.12 cluster with FAN network

Hi guys, I’m struggling with the DNS resolution on a fresh 3.12 cluster with a fan on top of 3 Ubuntu 18.04 nodes.

I’ve set 3 nodes, host1-host3 and 2 containers on each node c1-c6. All containers can resolve external domains.
The cluster works fine, I can create and exec containers from any node.
Fan seems to work fine as I can ping by IP from any container or host to any container on any host.

When pinging by containername.lxd from within a container, I can only reach the containers on the same host but not containers on other hosts.

Please advise on how to properly set DNS up in order for the containers being reachable by domain from any other container on the cluster AND from the hosts.

That’s odd because there’s special handling for the cluster case to forward DNS between nodes…

Can you try systemctl reload snap.lxd.daemon on all nodes? I wonder if it’s a case where the DNS proxy didn’t start as things got progressively added to the cluster?

Though if you’ve ever rebooted your cluster since setup, that’d be kind moot.

Now I cannot ping containers from hosts by IP (see at the end)
The rest continues as before…

Containers c1 and c4 live @ host 1, c2 & c5 @ host2 and c3 &c6 @ host3
root@host03:~# lxc list
±-----±--------±-----------------------±-----±-----------±----------±---------+
| NAME | STATE | IPV4 | IPV6 | TYPE | SNAPSHOTS | LOCATION |
±-----±--------±-----------------------±-----±-----------±----------±---------+
| c1 | RUNNING | 240.50.133.56 (eth0) | | PERSISTENT | | host01 |
±-----±--------±-----------------------±-----±-----------±----------±---------+
| c2 | RUNNING | 240.143.191.80 (eth0) | | PERSISTENT | | host02 |
±-----±--------±-----------------------±-----±-----------±----------±---------+
| c3 | RUNNING | 240.144.40.131 (eth0) | | PERSISTENT | | host03 |
±-----±--------±-----------------------±-----±-----------±----------±---------+
| c4 | RUNNING | 240.50.133.240 (eth0) | | PERSISTENT | | host01 |
±-----±--------±-----------------------±-----±-----------±----------±---------+
| c5 | RUNNING | 240.143.191.176 (eth0) | | PERSISTENT | | host02 |
±-----±--------±-----------------------±-----±-----------±----------±---------+
| c6 | RUNNING | 240.144.40.220 (eth0) | | PERSISTENT | | host03 |
±-----±--------±-----------------------±-----±-----------±----------±---------+

root@host01:/# systemctl reload snap.lxd.daemon
root@host02:/etc/netplan# systemctl reload snap.lxd.daemon
root@host03:~# systemctl reload snap.lxd.daemon

root@host01:/# ping c1.lxd
ping: c1.lxd: Name or service not known
root@host01:/# lxc exec c1 bash
root@c1:~# ping c2.lxd
ping: unknown host c2.lxd
root@c1:~# ping c4.lxd
PING c4.lxd (240.50.133.240) 56(84) bytes of data.
64 bytes from 240.50.133.240: icmp_seq=1 ttl=64 time=0.054 ms
64 bytes from 240.50.133.240: icmp_seq=2 ttl=64 time=0.071 ms
64 bytes from 240.50.133.240: icmp_seq=3 ttl=64 time=0.071 ms

root@host02:/etc/netplan# ping c1.lxd
ping: c1.lxd: Name or service not known
root@host02:/etc/netplan# ping c2.lxd
ping: c2.lxd: Name or service not known
root@host02:/etc/netplan# lxc exec c2 bash
root@c2:~# ping c1.lxd
ping: unknown host c1.lxd
root@c2:~# ping c4.lxd
ping: unknown host c4.lxd
root@c2:~# ping c3.lxd
ping: unknown host c3.lxd
root@c2:~# ping c5.lxd
PING c5.lxd (240.143.191.176) 56(84) bytes of data.
64 bytes from 240.143.191.176: icmp_seq=1 ttl=64 time=0.058 ms
64 bytes from 240.143.191.176: icmp_seq=2 ttl=64 time=0.059 ms
64 bytes from 240.143.191.176: icmp_seq=3 ttl=64 time=0.056 ms

root@host03:~# ping c1.lxd
ping: c1.lxd: Name or service not known
root@host03:~# ping c2.lxd
ping: c2.lxd: Name or service not known
root@host03:~# ping c3.lxd
ping: c3.lxd: Name or service not known
root@host03:~# ping c6.lxd
root@host03:~# lxc exec c3 bash
root@c3:~# ping c1.lxd
ping: unknown host c1.lxd
root@c3:~# ping c3.lxd
PING c3.lxd (240.144.40.131) 56(84) bytes of data.
64 bytes from 240.144.40.131: icmp_seq=1 ttl=64 time=0.013 ms
64 bytes from 240.144.40.131: icmp_seq=2 ttl=64 time=0.032 ms
64 bytes from 240.144.40.131: icmp_seq=3 ttl=64 time=0.039 ms
64 bytes from 240.144.40.131: icmp_seq=4 ttl=64 time=0.036 ms
root@host03:~# lxc exec c2 bash
root@c2:~# ping c1.lxd
ping: unknown host c1.lxd
root@c2:~# ping c3.lxd
ping: unknown host c3.lxd
root@c2:~# ping c2.lxd
PING c2.lxd (240.143.191.80) 56(84) bytes of data.
64 bytes from 240.143.191.80: icmp_seq=1 ttl=64 time=0.013 ms
64 bytes from 240.143.191.80: icmp_seq=2 ttl=64 time=0.032 ms
64 bytes from 240.143.191.80: icmp_seq=3 ttl=64 time=0.030 ms

root@host01:/# ping 250.50.133.56
PING 250.50.133.56 (250.50.133.56) 56(84) bytes of data.
(Hangs)

root@host03:~# ping 250.50.133.56
PING 250.50.133.56 (250.50.133.56) 56(84) bytes of data.
(Hangs)

root@c2:~# ping 250.50.133.56
PING 250.50.133.56 (250.50.133.56) 56(84) bytes of data.
(Hangs)

Yes I’ve rebooted a couple of times, if I reboot all 3 nodes at the same time, only the containers in one of the nodes get started, the rest I have to start manually, if I reboot giving each node time to fully complete the reboot before I restart the next one, everything works fine.

Do you have forkdns proceses running on the host?

ps fauxw | grep forkdns

I’ve just rebooted the cluster before proceeding…

root@host01:~# ps fauxw | grep forkdns
root 5550 0.0 0.0 14856 1048 pts/0 S+ 23:33 0:00 _ grep --color=auto forkdns
root 2227 0.0 0.2 325356 20740 ? Sl 23:32 0:00 _ /snap/lxd/current/bin/lxd forkdns 240.50.133.1:1053 lxd 240.50.133.1 240.143.191.1 240.144.40.1

root@host02:~# ps fauxw | grep forkdns
root 25687 0.0 0.0 14856 1004 pts/0 S+ 23:33 0:00 _ grep --color=auto forkdns
root 23025 0.0 0.2 440292 20852 ? Sl 23:03 0:00 _ /snap/lxd/current/bin/lxd forkdns 240.143.191.1:1053 lxd 240.143.191.1 240.50.133.1 240.144.40.1

root@host03:~# ps fauxw | grep forkdns
root 5355 0.0 0.0 14856 1148 pts/0 S+ 23:34 0:00 _ grep --color=auto forkdns
root 2262 0.1 0.2 307812 20724 ? Sl 23:34 0:00 _ /snap/lxd/current/bin/lxd forkdns 240.144.40.1:1053 lxd 240.144.40.1 240.50.133.1 240.143.191.1

Fan underlay is the internal network (eth1)(Digital Ocean)

host1:
IP address for eth0: 165.22.x.x
IP address for eth1: 10.135.50.133
IP address for lxdfan0: 240.50.133.1

host2:
IP address for eth0: 165.22.x.x
IP address for eth1: 10.135.143.191
IP address for lxdfan0: 240.143.191.1

host3:
IP address for eth0: 165.22.x.x
IP address for eth1: 10.135.144.40
IP address for lxdfan0: 240.144.40.1

Everything was created with lxd init except the zfs pool.
I had to introduce the internal IPs manually because lxd init wanted to use public IPs.

(btw, the questions lxd init asks for manually created zfs pools when you bring up the second and subsequent nodes are quite confusing)

Some extra tests:

root@host03:~# lxc network show lxdfan0
config:
bridge.mode: fan
fan.underlay_subnet: 10.135.0.0/16
raw.dnsmasq: |
auth-zone=lxd
dns-loop-detect
description: “”
name: lxdfan0
type: bridge
used_by:

  • /1.0/containers/c1
  • /1.0/containers/c2
  • /1.0/containers/c3
  • /1.0/containers/c4
  • /1.0/containers/c5
  • /1.0/containers/c6
    managed: true
    status: Created
    locations:
  • host01
  • host02
  • host03
    root@host03:~# lxc exec c3 bash
    root@c3:~# cat /etc/resolv.conf
    .# Dynamic resolv.conf(5) file for glibc resolver(3) generated by resolvconf(8)
    .# DO NOT EDIT THIS FILE BY HAND – YOUR CHANGES WILL BE OVERWRITTEN
    nameserver 240.144.40.1
    search lxd
    root@c3:~# getent hosts c3.lxd
    240.144.40.131 c3.lxd
    root@c3:~# getent hosts c1.lxd
    root@c3:~# getent hosts c3
    240.144.40.131 c3.lxd
    root@c3:~# host c1.lxd
    Host c1.lxd not found: 3(NXDOMAIN)
    root@c3:~# host c3.lxd
    c3.lxd has address 240.144.40.131
    root@c3:~# host c3
    c3.lxd has address 240.144.40.131
    root@c3:~# host c3.lxd 240.144.40.1
    Using domain server:
    Name: 240.144.40.1
    Address: 240.144.40.1#53
    Aliases:

c3.lxd has address 240.144.40.131
root@c3:~# host c3.lxd 240.143.191.1
Using domain server:
Name: 240.143.191.1
Address: 240.143.191.1#53
Aliases:

Host c3.lxd not found: 3(NXDOMAIN)
root@c3:~# ping 240.143.191.1
PING 240.143.191.1 (240.143.191.1) 56(84) bytes of data.
64 bytes from 240.143.191.1: icmp_seq=1 ttl=64 time=0.884 ms
64 bytes from 240.143.191.1: icmp_seq=2 ttl=64 time=0.698 ms
64 bytes from 240.143.191.1: icmp_seq=3 ttl=64 time=0.729 ms
[1]+ Stopped ping 240.143.191.1
root@c3:~# host c3.lxd 240.50.133.1
Using domain server:
Name: 240.50.133.1
Address: 240.50.133.1#53
Aliases:

Host c3.lxd not found: 3(NXDOMAIN)
root@c3:~# host c2.lxd 240.50.133.1
Using domain server:
Name: 240.50.133.1
Address: 240.50.133.1#53
Aliases:

Host c2.lxd not found: 3(NXDOMAIN)
root@c3:~# host c2.lxd 240.143.191.1
Using domain server:
Name: 240.143.191.1
Address: 240.143.191.1#53
Aliases:

c2.lxd has address 240.143.191.80

An then some more…

root@host03:~# iptables -L -n -v
Chain INPUT (policy ACCEPT 54249 packets, 9249K bytes)
pkts bytes target prot opt in out source destination
0 0 ACCEPT tcp – lxdfan0 * 0.0.0.0/0 0.0.0.0/0 tcp dpt:53 /* generated for LXD network lxdfan0 /
2 104 ACCEPT udp – lxdfan0 * 0.0.0.0/0 0.0.0.0/0 udp dpt:53 /
generated for LXD network lxdfan0 /
5 1640 ACCEPT udp – lxdfan0 * 0.0.0.0/0 0.0.0.0/0 udp dpt:67 /
generated for LXD network lxdfan0 */

Chain FORWARD (policy ACCEPT 0 packets, 0 bytes)
pkts bytes target prot opt in out source destination
0 0 ACCEPT all – * lxdfan0 0.0.0.0/0 0.0.0.0/0 /* generated for LXD network lxdfan0 /
0 0 ACCEPT all – lxdfan0 * 0.0.0.0/0 0.0.0.0/0 /
generated for LXD network lxdfan0 */

Chain OUTPUT (policy ACCEPT 47272 packets, 5612K bytes)
pkts bytes target prot opt in out source destination
0 0 ACCEPT tcp – * lxdfan0 0.0.0.0/0 0.0.0.0/0 tcp spt:53 /* generated for LXD network lxdfan0 /
2 136 ACCEPT udp – * lxdfan0 0.0.0.0/0 0.0.0.0/0 udp spt:53 /
generated for LXD network lxdfan0 /
5 1645 ACCEPT udp – * lxdfan0 0.0.0.0/0 0.0.0.0/0 udp spt:67 /
generated for LXD network lxdfan0 /
root@host03:~# ufw status
Status: inactive
root@host03:~# iptables -L -n -v
Chain INPUT (policy ACCEPT 55670 packets, 9485K bytes)
pkts bytes target prot opt in out source destination
0 0 ACCEPT tcp – lxdfan0 * 0.0.0.0/0 0.0.0.0/0 tcp dpt:53 /
generated for LXD network lxdfan0 /
2 104 ACCEPT udp – lxdfan0 * 0.0.0.0/0 0.0.0.0/0 udp dpt:53 /
generated for LXD network lxdfan0 /
5 1640 ACCEPT udp – lxdfan0 * 0.0.0.0/0 0.0.0.0/0 udp dpt:67 /
generated for LXD network lxdfan0 */

Chain FORWARD (policy ACCEPT 0 packets, 0 bytes)
pkts bytes target prot opt in out source destination
0 0 ACCEPT all – * lxdfan0 0.0.0.0/0 0.0.0.0/0 /* generated for LXD network lxdfan0 /
0 0 ACCEPT all – lxdfan0 * 0.0.0.0/0 0.0.0.0/0 /
generated for LXD network lxdfan0 */

Chain OUTPUT (policy ACCEPT 48503 packets, 5758K bytes)
pkts bytes target prot opt in out source destination
0 0 ACCEPT tcp – * lxdfan0 0.0.0.0/0 0.0.0.0/0 tcp spt:53 /* generated for LXD network lxdfan0 /
2 136 ACCEPT udp – * lxdfan0 0.0.0.0/0 0.0.0.0/0 udp spt:53 /
generated for LXD network lxdfan0 /
5 1645 ACCEPT udp – * lxdfan0 0.0.0.0/0 0.0.0.0/0 udp spt:67 /
generated for LXD network lxdfan0 /
root@host03:~# netstat -lnp
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
tcp 0 0 240.144.40.1:53 0.0.0.0:
LISTEN 2248/dnsmasq
tcp 0 0 127.0.0.53:53 0.0.0.0:* LISTEN 1445/systemd-resolv
tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 1846/sshd
tcp 0 0 10.135.144.40:8443 0.0.0.0:* LISTEN 2113/lxd
tcp6 0 0 :::22 :::* LISTEN 1846/sshd
udp 0 0 240.144.40.1:53 0.0.0.0:* 2248/dnsmasq
udp 0 0 127.0.0.53:53 0.0.0.0:* 1445/systemd-resolv
udp 0 0 0.0.0.0:67 0.0.0.0:* 2248/dnsmasq
udp 0 0 0.0.0.0:8472 0.0.0.0:* -
udp 0 0 240.144.40.1:1053 0.0.0.0:* 2262/lxd
raw 0 0 0.0.0.0:1 0.0.0.0:* 7 5799/ping
raw 3072 0 0.0.0.0:1 0.0.0.0:* 7 5708/ping
raw 2304 0 0.0.0.0:1 0.0.0.0:* 7 5702/ping
raw6 0 0 :::58 :::* 7 5799/ping
raw6 0 0 :::58 :::* 7 5708/ping
raw6 0 0 :::58 :::* 7 5702/ping
raw6 0 0 :::58 :::* 7 1444/systemd-networ
raw6 0 0 :::58 :::* 7 1444/systemd-networ
Active UNIX domain sockets (only servers)
Proto RefCnt Flags Type State I-Node PID/Program name Path
unix 2 [ ACC ] STREAM LISTENING 20136 2113/lxd /var/snap/lxd/common/lxd/devlxd/sock
unix 2 [ ACC ] STREAM LISTENING 18022 1/init /run/snapd-snap.socket
unix 2 [ ACC ] SEQPACKET LISTENING 14681 1/init /run/udev/control
unix 2 [ ACC ] STREAM LISTENING 32709 5085/systemd /run/user/0/systemd/private
unix 2 [ ACC ] STREAM LISTENING 32713 5085/systemd /run/user/0/gnupg/S.gpg-agent.browser
unix 2 [ ACC ] STREAM LISTENING 32714 5085/systemd /run/user/0/gnupg/S.gpg-agent.ssh
unix 2 [ ACC ] STREAM LISTENING 32715 5085/systemd /run/user/0/gnupg/S.gpg-agent
unix 2 [ ACC ] STREAM LISTENING 32716 5085/systemd /run/user/0/gnupg/S.gpg-agent.extra
unix 2 [ ACC ] STREAM LISTENING 32717 5085/systemd /run/user/0/gnupg/S.dirmngr
unix 2 [ ACC ] STREAM LISTENING 18020 1/init /run/snapd.socket
unix 2 [ ACC ] STREAM LISTENING 18024 1/init /run/uuidd/request
unix 2 [ ACC ] STREAM LISTENING 18029 1/init /var/run/dbus/system_bus_socket
unix 2 [ ACC ] STREAM LISTENING 21113 2366/[lxc monitor] @/var/snap/lxd/common/lxd/containers/c3/command
unix 2 [ ACC ] STREAM LISTENING 18297 1807/irqbalance @irqbalance1807.sock
unix 2 [ ACC ] STREAM LISTENING 23727 2531/[lxc monitor] @/var/snap/lxd/common/lxd/containers/c6/command
unix 2 [ ACC ] STREAM LISTENING 18031 1/init /run/acpid.socket
unix 2 [ ACC ] STREAM LISTENING 14660 1/init /run/systemd/private
unix 2 [ ACC ] STREAM LISTENING 14665 1/init /run/systemd/journal/stdout
unix 2 [ ACC ] STREAM LISTENING 14672 1/init /run/lvm/lvmpolld.socket
unix 2 [ ACC ] STREAM LISTENING 14676 1/init /run/lvm/lvmetad.socket
unix 2 [ ACC ] STREAM LISTENING 21733 2113/lxd @0001a
unix 2 [ ACC ] STREAM LISTENING 18027 1/init /var/snap/lxd/common/lxd/unix.socket
unix 2 [ ACC ] STREAM LISTENING 18026 1/init @ISCSIADM_ABSTRACT_NAMESPACE

root@c3:~# host c1.lxd
Host c1.lxd not found: 3(NXDOMAIN)
root@c3:~# host c6.lxd
c6.lxd has address 240.144.40.220
root@c3:~# exit
exit
root@host03:~# host c1.lxd
Host c1.lxd not found: 3(NXDOMAIN)
root@host03:~# host c6.lxd
Host c6.lxd not found: 3(NXDOMAIN)
root@host03:~# host c2.lxd
Host c2.lxd not found: 3(NXDOMAIN)
root@host03:~# host c1.lxd
Host c1.lxd not found: 3(NXDOMAIN)
root@host03:~# host c1
Host c1 not found: 2(SERVFAIL)
root@host03:~# host c3
Host c3 not found: 2(SERVFAIL)
root@host03:~# host c3.lxd
Host c3.lxd not found: 3(NXDOMAIN)

root@host01:/# ps fauxwww
USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMAND
root 2 0.0 0.0 0 0 ? S May06 0:00 [kthreadd]
root 4 0.0 0.0 0 0 ? I< May06 0:00 _ [kworker/0:0H]
root 6 0.0 0.0 0 0 ? I< May06 0:00 _ [mm_percpu_wq]
root 7 0.0 0.0 0 0 ? S May06 0:00 _ [ksoftirqd/0]
root 8 0.0 0.0 0 0 ? I May06 0:03 _ [rcu_sched]
root 9 0.0 0.0 0 0 ? I May06 0:00 _ [rcu_bh]
root 10 0.0 0.0 0 0 ? S May06 0:00 _ [migration/0]
root 11 0.0 0.0 0 0 ? S May06 0:00 _ [watchdog/0]
root 12 0.0 0.0 0 0 ? S May06 0:00 _ [cpuhp/0]
root 13 0.0 0.0 0 0 ? S May06 0:00 _ [cpuhp/1]
root 14 0.0 0.0 0 0 ? S May06 0:00 _ [watchdog/1]
root 15 0.0 0.0 0 0 ? S May06 0:00 _ [migration/1]
root 16 0.0 0.0 0 0 ? S May06 0:00 _ [ksoftirqd/1]
root 18 0.0 0.0 0 0 ? I< May06 0:00 _ [kworker/1:0H]
root 19 0.0 0.0 0 0 ? S May06 0:00 _ [cpuhp/2]
root 20 0.0 0.0 0 0 ? S May06 0:00 _ [watchdog/2]
root 21 0.0 0.0 0 0 ? S May06 0:00 _ [migration/2]
root 22 0.0 0.0 0 0 ? S May06 0:00 _ [ksoftirqd/2]
root 24 0.0 0.0 0 0 ? I< May06 0:00 _ [kworker/2:0H]
root 25 0.0 0.0 0 0 ? S May06 0:00 _ [cpuhp/3]
root 26 0.0 0.0 0 0 ? S May06 0:00 _ [watchdog/3]
root 27 0.0 0.0 0 0 ? S May06 0:00 _ [migration/3]
root 28 0.0 0.0 0 0 ? S May06 0:00 _ [ksoftirqd/3]
root 30 0.0 0.0 0 0 ? I< May06 0:00 _ [kworker/3:0H]
root 31 0.0 0.0 0 0 ? S May06 0:00 _ [kdevtmpfs]
root 32 0.0 0.0 0 0 ? I< May06 0:00 _ [netns]
root 33 0.0 0.0 0 0 ? S May06 0:00 _ [rcu_tasks_kthre]
root 34 0.0 0.0 0 0 ? S May06 0:00 _ [kauditd]
root 36 0.0 0.0 0 0 ? S May06 0:00 _ [khungtaskd]
root 37 0.0 0.0 0 0 ? S May06 0:00 _ [oom_reaper]
root 38 0.0 0.0 0 0 ? I< May06 0:00 _ [writeback]
root 39 0.0 0.0 0 0 ? S May06 0:00 _ [kcompactd0]
root 40 0.0 0.0 0 0 ? SN May06 0:00 _ [ksmd]
root 41 0.0 0.0 0 0 ? SN May06 0:00 _ [khugepaged]
root 42 0.0 0.0 0 0 ? I< May06 0:00 _ [crypto]
root 43 0.0 0.0 0 0 ? I< May06 0:00 _ [kintegrityd]
root 44 0.0 0.0 0 0 ? I< May06 0:00 _ [kblockd]
root 45 0.0 0.0 0 0 ? I< May06 0:00 _ [ata_sff]
root 46 0.0 0.0 0 0 ? I< May06 0:00 _ [md]
root 47 0.0 0.0 0 0 ? I< May06 0:00 _ [edac-poller]
root 48 0.0 0.0 0 0 ? I< May06 0:00 _ [devfreq_wq]
root 49 0.0 0.0 0 0 ? I< May06 0:00 _ [watchdogd]
root 51 0.0 0.0 0 0 ? I May06 0:01 _ [kworker/2:1]
root 55 0.0 0.0 0 0 ? S May06 0:00 _ [kswapd0]
root 56 0.0 0.0 0 0 ? I< May06 0:00 _ [kworker/u9:0]
root 57 0.0 0.0 0 0 ? S May06 0:00 _ [ecryptfs-kthrea]
root 99 0.0 0.0 0 0 ? I< May06 0:00 _ [kthrotld]
root 100 0.0 0.0 0 0 ? I< May06 0:00 _ [acpi_thermal_pm]
root 101 0.0 0.0 0 0 ? S May06 0:00 _ [scsi_eh_0]
root 102 0.0 0.0 0 0 ? I< May06 0:00 _ [scsi_tmf_0]
root 103 0.0 0.0 0 0 ? S May06 0:00 _ [scsi_eh_1]
root 104 0.0 0.0 0 0 ? I< May06 0:00 _ [scsi_tmf_1]
root 110 0.0 0.0 0 0 ? I< May06 0:00 _ [ipv6_addrconf]
root 119 0.0 0.0 0 0 ? I< May06 0:00 _ [kstrp]
root 136 0.0 0.0 0 0 ? I< May06 0:00 _ [charger_manager]
root 194 0.0 0.0 0 0 ? S May06 0:00 _ [scsi_eh_2]
root 196 0.0 0.0 0 0 ? I< May06 0:00 _ [scsi_tmf_2]
root 197 0.0 0.0 0 0 ? I< May06 0:00 _ [kworker/1:1H]
root 250 0.0 0.0 0 0 ? I< May06 0:00 _ [kworker/0:1H]
root 252 0.0 0.0 0 0 ? I< May06 0:00 _ [kworker/2:1H]
root 339 0.0 0.0 0 0 ? I< May06 0:00 _ [raid5wq]
root 386 0.0 0.0 0 0 ? S May06 0:02 _ [jbd2/vda1-8]
root 387 0.0 0.0 0 0 ? I< May06 0:00 _ [ext4-rsv-conver]
root 389 0.0 0.0 0 0 ? I< May06 0:00 _ [kworker/3:1H]
root 462 0.0 0.0 0 0 ? I< May06 0:00 _ [iscsi_eh]
root 471 0.0 0.0 0 0 ? I< May06 0:00 _ [ib-comp-wq]
root 472 0.0 0.0 0 0 ? I< May06 0:00 _ [ib_mcast]
root 473 0.0 0.0 0 0 ? I< May06 0:00 _ [ib_nl_sa_wq]
root 477 0.0 0.0 0 0 ? I< May06 0:00 _ [rdma_cm]
root 490 0.0 0.0 0 0 ? S< May06 0:00 _ [loop0]
root 493 0.0 0.0 0 0 ? S< May06 0:00 _ [loop1]
root 510 0.0 0.0 0 0 ? S< May06 0:00 _ [loop2]
root 789 0.0 0.0 0 0 ? S< May06 0:00 _ [spl_system_task]
root 790 0.0 0.0 0 0 ? S< May06 0:00 _ [spl_delay_taskq]
root 791 0.0 0.0 0 0 ? S< May06 0:00 _ [spl_dynamic_tas]
root 793 0.0 0.0 0 0 ? S< May06 0:00 _ [spl_kmem_cache]
root 795 0.0 0.0 0 0 ? S< May06 0:00 _ [zvol]
root 796 0.0 0.0 0 0 ? S May06 0:00 _ [arc_prune]
root 797 0.0 0.0 0 0 ? S May06 0:01 _ [arc_reclaim]
root 798 0.0 0.0 0 0 ? S May06 0:00 _ [dbu_evict]
root 799 0.0 0.0 0 0 ? SN May06 0:01 _ [dbuf_evict]
root 800 0.0 0.0 0 0 ? SN May06 0:00 _ [z_vdev_file]
root 801 0.0 0.0 0 0 ? S May06 0:01 _ [l2arc_feed]
root 859 0.0 0.0 0 0 ? S< May06 0:00 _ [z_null_iss]
root 860 0.0 0.0 0 0 ? S< May06 0:00 _ [z_null_int]
root 861 0.0 0.0 0 0 ? S< May06 0:00 _ [z_rd_iss]
root 862 0.0 0.0 0 0 ? S< May06 0:00 _ [z_rd_int_0]
root 863 0.0 0.0 0 0 ? S< May06 0:00 _ [z_rd_int_1]
root 864 0.0 0.0 0 0 ? S< May06 0:00 _ [z_rd_int_2]
root 865 0.0 0.0 0 0 ? S< May06 0:00 _ [z_rd_int_3]
root 866 0.0 0.0 0 0 ? S< May06 0:00 _ [z_rd_int_4]
root 867 0.0 0.0 0 0 ? S< May06 0:00 _ [z_rd_int_5]
root 868 0.0 0.0 0 0 ? S< May06 0:00 _ [z_rd_int_6]
root 869 0.0 0.0 0 0 ? S< May06 0:00 _ [z_rd_int_7]
root 870 0.0 0.0 0 0 ? S< May06 0:00 _ [z_wr_iss]
root 871 0.0 0.0 0 0 ? S< May06 0:00 _ [z_wr_iss]
root 872 0.0 0.0 0 0 ? S< May06 0:00 _ [z_wr_iss]
root 873 0.0 0.0 0 0 ? S< May06 0:00 _ [z_wr_iss_h]
root 874 0.0 0.0 0 0 ? S< May06 0:00 _ [z_wr_int_0]
root 875 0.0 0.0 0 0 ? S< May06 0:00 _ [z_wr_int_1]
root 876 0.0 0.0 0 0 ? S< May06 0:00 _ [z_wr_int_2]
root 877 0.0 0.0 0 0 ? S< May06 0:00 _ [z_wr_int_3]
root 878 0.0 0.0 0 0 ? S< May06 0:00 _ [z_wr_int_4]
root 879 0.0 0.0 0 0 ? S< May06 0:00 _ [z_wr_int_5]
root 880 0.0 0.0 0 0 ? S< May06 0:00 _ [z_wr_int_6]
root 881 0.0 0.0 0 0 ? S< May06 0:00 _ [z_wr_int_7]
root 882 0.0 0.0 0 0 ? S< May06 0:00 _ [z_wr_int_h]
root 883 0.0 0.0 0 0 ? S< May06 0:00 _ [z_fr_iss_0]
root 884 0.0 0.0 0 0 ? S< May06 0:00 _ [z_fr_iss_1]
root 885 0.0 0.0 0 0 ? S< May06 0:00 _ [z_fr_iss_2]
root 886 0.0 0.0 0 0 ? S< May06 0:00 _ [z_fr_iss_3]
root 887 0.0 0.0 0 0 ? S< May06 0:00 _ [z_fr_iss_4]
root 888 0.0 0.0 0 0 ? S< May06 0:00 _ [z_fr_iss_5]
root 889 0.0 0.0 0 0 ? S< May06 0:00 _ [z_fr_iss_6]
root 890 0.0 0.0 0 0 ? S< May06 0:00 _ [z_fr_iss_7]
root 891 0.0 0.0 0 0 ? S< May06 0:00 _ [z_fr_int]
root 892 0.0 0.0 0 0 ? S< May06 0:00 _ [z_cl_iss]
root 893 0.0 0.0 0 0 ? S< May06 0:00 _ [z_cl_int]
root 894 0.0 0.0 0 0 ? S< May06 0:00 _ [z_ioctl_iss]
root 895 0.0 0.0 0 0 ? S< May06 0:00 _ [z_ioctl_int]
root 896 0.0 0.0 0 0 ? S May06 0:00 _ [z_zvol]
root 897 0.0 0.0 0 0 ? S May06 0:00 _ [z_upgrade]
root 898 0.0 0.0 0 0 ? S< May06 0:00 _ [metaslab_group_]
root 905 0.0 0.0 0 0 ? SN May06 0:00 _ [dp_sync_taskq]
root 906 0.0 0.0 0 0 ? SN May06 0:00 _ [dp_sync_taskq]
root 907 0.0 0.0 0 0 ? SN May06 0:00 _ [dp_sync_taskq]
root 908 0.0 0.0 0 0 ? SN May06 0:00 _ [dp_zil_clean_ta]
root 909 0.0 0.0 0 0 ? SN May06 0:00 _ [dp_zil_clean_ta]
root 910 0.0 0.0 0 0 ? SN May06 0:00 _ [dp_zil_clean_ta]
root 911 0.0 0.0 0 0 ? SN May06 0:00 _ [dp_zil_clean_ta]
root 912 0.0 0.0 0 0 ? S May06 0:00 _ [z_iput]
root 1081 0.0 0.0 0 0 ? S May06 0:00 _ [txg_quiesce]
root 1082 0.0 0.0 0 0 ? S May06 0:01 _ [txg_sync]
root 1083 0.0 0.0 0 0 ? S May06 0:02 _ [mmp]
root 1326 0.0 0.0 0 0 ? S< May06 0:00 _ [spl_system_task]
root 5777 0.0 0.0 0 0 ? I May06 0:00 _ [kworker/1:0]
root 8199 0.0 0.0 0 0 ? I May07 0:02 _ [kworker/0:2]
root 21463 0.0 0.0 0 0 ? I May07 0:00 _ [kworker/1:2]
root 27707 0.0 0.0 0 0 ? I May07 0:00 _ [kworker/u8:1]
root 28609 0.0 0.0 0 0 ? I May07 0:00 _ [kworker/3:0]
root 29923 0.0 0.0 0 0 ? I May07 0:00 _ [kworker/0:0]
root 29946 0.0 0.0 0 0 ? I May07 0:00 _ [kworker/2:0]
root 30126 0.0 0.0 0 0 ? I 00:00 0:00 _ [kworker/3:2]
root 30127 0.0 0.0 0 0 ? I 00:06 0:00 _ [kworker/u8:0]
root 30197 0.0 0.0 0 0 ? S< 00:08 0:00 _ [z_wr_int_7]
root 30198 0.0 0.0 0 0 ? S< 00:08 0:00 _ [z_wr_int_7]
root 30199 0.0 0.0 0 0 ? S< 00:08 0:00 _ [z_wr_int_4]
root 30201 0.0 0.0 0 0 ? S< 00:08 0:00 _ [z_wr_int_7]
root 30202 0.0 0.0 0 0 ? S< 00:08 0:00 _ [z_wr_int_4]
root 30203 0.0 0.0 0 0 ? S< 00:08 0:00 _ [z_wr_int_4]
root 30204 0.0 0.0 0 0 ? S< 00:08 0:00 _ [z_wr_int_5]
root 30205 0.0 0.0 0 0 ? S< 00:08 0:00 _ [z_wr_int_4]
root 30207 0.0 0.0 0 0 ? S< 00:08 0:00 _ [z_wr_int_0]
root 30208 0.0 0.0 0 0 ? S< 00:08 0:00 _ [z_wr_int_7]
root 30209 0.0 0.0 0 0 ? S< 00:08 0:00 _ [z_wr_int_5]
root 30210 0.0 0.0 0 0 ? S< 00:08 0:00 _ [z_wr_int_5]
root 30211 0.0 0.0 0 0 ? S< 00:08 0:00 _ [z_wr_int_5]
root 30212 0.0 0.0 0 0 ? S< 00:08 0:00 _ [z_wr_int_5]
root 30213 0.0 0.0 0 0 ? S< 00:08 0:00 _ [z_wr_int_5]
root 30214 0.0 0.0 0 0 ? S< 00:08 0:00 _ [z_wr_int_5]
root 30215 0.0 0.0 0 0 ? S< 00:08 0:00 _ [z_wr_int_5]
root 30216 0.0 0.0 0 0 ? S< 00:08 0:00 _ [z_wr_int_0]
root 30218 0.0 0.0 0 0 ? S< 00:08 0:00 _ [z_wr_int_0]
root 30219 0.0 0.0 0 0 ? S< 00:08 0:00 _ [z_wr_int_5]
root 30220 0.0 0.0 0 0 ? S< 00:08 0:00 _ [z_wr_int_5]
root 30223 0.0 0.0 0 0 ? S< 00:08 0:00 _ [z_wr_int_3]
root 30224 0.0 0.0 0 0 ? S< 00:08 0:00 _ [z_wr_int_3]
root 1 0.0 0.1 225488 9164 ? Ss May06 0:02 /sbin/init
root 459 0.0 0.1 78468 12372 ? S<s May06 0:00 /lib/systemd/systemd-journald
root 478 0.0 0.0 97708 1768 ? Ss May06 0:00 /sbin/lvmetad -f
systemd+ 1350 0.0 0.0 141924 3384 ? Ssl May06 0:00 /lib/systemd/systemd-timesyncd
systemd+ 1439 0.0 0.0 71972 5892 ? Ss May06 0:00 /lib/systemd/systemd-networkd
systemd+ 1441 0.0 0.0 70756 5256 ? Ss May06 0:00 /lib/systemd/systemd-resolved
root 1477 0.0 0.0 43028 4040 ? Ss May06 0:00 /lib/systemd/systemd-udevd
root 1790 0.0 0.2 170824 17344 ? Ssl May06 0:00 /usr/bin/python3 /usr/bin/networkd-dispatcher --run-startup-triggers
message+ 1791 0.0 0.0 50044 4360 ? Ss May06 0:00 /usr/bin/dbus-daemon --system --address=systemd: --nofork --nopidfile --systemd-activation --syslog-only
root 1795 0.0 0.0 110480 3440 ? Ssl May06 0:03 /usr/sbin/irqbalance --foreground
root 1799 0.0 0.0 70640 6000 ? Ss May06 0:00 /lib/systemd/systemd-logind
root 1800 0.0 0.0 31748 3152 ? Ss May06 0:00 /usr/sbin/cron -f
root 1806 0.0 0.0 287984 6908 ? Ssl May06 0:01 /usr/lib/accountsservice/accounts-daemon
daemon 1809 0.0 0.0 28332 2352 ? Ss May06 0:00 /usr/sbin/atd -f
root 1823 0.0 0.2 1224420 22040 ? Ssl May06 0:04 /usr/lib/snapd/snapd
root 1826 0.0 0.0 182972 3672 ? Ssl May06 0:00 /usr/sbin/zed -F
syslog 1831 0.0 0.0 263036 4428 ? Ssl May06 0:00 /usr/sbin/rsyslogd -n
root 1859 0.0 0.0 72296 6452 ? Ss May06 0:00 /usr/sbin/sshd -D
root 27806 0.0 0.0 107984 7140 ? Ss May07 0:00 _ sshd: root@pts/0
root 27923 0.0 0.0 23200 5176 pts/0 Ss May07 0:00 _ -bash
root 30227 0.0 0.0 40420 3952 pts/0 R+ 00:12 0:00 _ ps fauxwww
root 1863 0.0 0.0 288880 6568 ? Ssl May06 0:00 /usr/lib/policykit-1/polkitd --no-debug
root 1864 0.0 0.2 187644 20200 ? Ssl May06 0:00 /usr/bin/python3 /usr/share/unattended-upgrades/unattended-upgrade-shutdown --wait-for-signal
root 1876 0.0 0.0 16412 2380 ttyS0 Ss+ May06 0:00 /sbin/agetty -o -p – \u --keep-baud 115200,38400,9600 ttyS0 vt220
root 1877 0.0 0.0 14888 1952 tty1 Ss+ May06 0:00 /sbin/agetty -o -p – \u --noclear tty1 linux
root 1971 0.0 0.0 4504 1656 ? Ss May06 0:00 /bin/sh /snap/lxd/10601/commands/daemon.start
root 2076 1.4 1.2 1560184 98644 ? Sl May06 20:50 _ lxd --logfile /var/snap/lxd/common/lxd/logs/lxd.log --group lxd
root 2227 0.0 0.2 325740 22404 ? Sl May06 0:07 _ /snap/lxd/current/bin/lxd forkdns 240.50.133.1:1053 lxd 240.50.133.1 240.143.191.1 240.144.40.1
root 2071 0.0 0.0 308660 1440 ? Sl May06 0:00 lxcfs /var/snap/lxd/common/var/lib/lxcfs -p /var/snap/lxd/common/lxcfs.pid
lxd 2214 0.0 0.0 51660 2928 ? S May06 0:00 dnsmasq --strict-order --bind-interfaces --pid-file=/var/snap/lxd/common/lxd/networks/lxdfan0/dnsmasq.pid --except-interface=lo --interface=lxdfan0 --quiet-dhcp --quiet-dhcp6 --quiet-ra --listen-address=240.50.133.1 --dhcp-no-override --dhcp-authoritative --dhcp-leasefile=/var/snap/lxd/common/lxd/networks/lxdfan0/dnsmasq.leases --dhcp-hostsfile=/var/snap/lxd/common/lxd/networks/lxdfan0/dnsmasq.hosts --dhcp-range 240.50.133.2,240.50.133.254 -s __internal -S /__internal/ -S /lxd/240.50.133.1#1053 --dhcp-option=15,lxd --conf-file=/var/snap/lxd/common/lxd/networks/lxdfan0/dnsmasq.raw -u lxd
root 2331 0.0 0.0 390380 7124 ? Ss May06 0:00 [lxc monitor] /var/snap/lxd/common/lxd/containers c1
1000000 2359 0.0 0.0 37400 4028 ? Ss May06 0:00 _ /sbin/init
1000000 2745 0.0 0.0 35272 3524 ? Ss May06 0:00 _ /lib/systemd/systemd-journald
1000000 2920 0.0 0.0 41764 2024 ? Ss May06 0:00 _ /lib/systemd/systemd-udevd
1000000 3999 0.0 0.0 16124 2232 ? Ss May06 0:00 _ /sbin/dhclient -1 -v -pf /run/dhclient.eth0.pid -lf /var/lib/dhcp/dhclient.eth0.leases -I -df /var/lib/dhcp/dhclient6.eth0.leases eth0
1000000 4227 0.0 0.0 274488 4068 ? Ssl May06 0:01 _ /usr/lib/accountsservice/accounts-daemon
1000000 4235 0.0 0.0 20096 1876 ? Ss May06 0:00 _ /lib/systemd/systemd-logind
1000107 4241 0.0 0.0 42892 2364 ? Ss May06 0:00 _ /usr/bin/dbus-daemon --system --address=systemd: --nofork --nopidfile --systemd-activation
1000000 4490 0.0 0.0 27728 1808 ? Ss May06 0:00 _ /usr/sbin/cron -f
1000104 4491 0.0 0.0 186896 2424 ? Ssl May06 0:00 _ /usr/sbin/rsyslogd -n
1000001 4516 0.0 0.0 26044 1764 ? Ss May06 0:00 _ /usr/sbin/atd -f
1000000 4543 0.0 0.0 5220 116 ? Ss May06 0:02 _ /sbin/iscsid
1000000 4544 0.0 0.0 5720 3512 ? SLs May06 0:11 _ /sbin/iscsid
1000000 4581 0.0 0.0 65512 4168 ? Ss May06 0:00 _ /usr/sbin/sshd -D
1000000 4632 0.0 0.0 277180 4720 ? Ssl May06 0:00 _ /usr/lib/policykit-1/polkitd --no-debug
1000000 4652 0.0 0.0 14472 1724 pts/0 Ss+ May06 0:00 _ /sbin/agetty --noclear --keep-baud console 115200 38400 9600 vt220
root 2551 0.0 0.0 383336 6864 ? Ss May06 0:00 [lxc monitor] /var/snap/lxd/common/lxd/containers c4
1000000 2652 0.0 0.0 37432 4108 ? Ss May06 0:00 _ /sbin/init
1000000 2947 0.0 0.0 35272 3516 ? Ss May06 0:00 _ /lib/systemd/systemd-journald
1000000 2995 0.0 0.0 41764 1932 ? Ss May06 0:00 _ /lib/systemd/systemd-udevd
1000000 4003 0.0 0.0 16128 2320 ? Ss May06 0:00 _ /sbin/dhclient -1 -v -pf /run/dhclient.eth0.pid -lf /var/lib/dhcp/dhclient.eth0.leases -I -df /var/lib/dhcp/dhclient6.eth0.leases eth0
1000000 4226 0.0 0.0 27728 1776 ? Ss May06 0:00 _ /usr/sbin/cron -f
1000000 4230 0.0 0.0 274488 4020 ? Ssl May06 0:01 _ /usr/lib/accountsservice/accounts-daemon
1000001 4246 0.0 0.0 26044 1476 ? Ss May06 0:00 _ /usr/sbin/atd -f
1000104 4258 0.0 0.0 186896 2412 ? Ssl May06 0:00 _ /usr/sbin/rsyslogd -n
1000107 4262 0.0 0.0 42892 2356 ? Ss May06 0:00 _ /usr/bin/dbus-daemon --system --address=systemd: --nofork --nopidfile --systemd-activation
1000000 4323 0.0 0.0 20096 1900 ? Ss May06 0:00 _ /lib/systemd/systemd-logind
1000000 4373 0.0 0.0 5220 116 ? Ss May06 0:02 _ /sbin/iscsid
1000000 4378 0.0 0.0 5720 3504 ? SLs May06 0:10 _ /sbin/iscsid
1000000 4394 0.0 0.0 277184 4680 ? Ssl May06 0:00 _ /usr/lib/policykit-1/polkitd --no-debug
1000000 4472 0.0 0.0 65512 4088 ? Ss May06 0:00 _ /usr/sbin/sshd -D
1000000 4535 0.0 0.0 14472 1752 ? Ss+ May06 0:00 _ /sbin/agetty --noclear --keep-baud console 115200 38400 9600 vt220
root 27808 0.0 0.0 76764 7512 ? Ss May07 0:00 /lib/systemd/systemd --user
root 27809 0.0 0.0 257172 2704 ? S May07 0:00 _ (sd-pam)

root@host02:~# ps fauxwww
USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMAND
root 2 0.0 0.0 0 0 ? S May06 0:00 [kthreadd]
root 4 0.0 0.0 0 0 ? I< May06 0:00 _ [kworker/0:0H]
root 6 0.0 0.0 0 0 ? I< May06 0:00 _ [mm_percpu_wq]
root 7 0.0 0.0 0 0 ? S May06 0:00 _ [ksoftirqd/0]
root 8 0.0 0.0 0 0 ? I May06 0:07 _ [rcu_sched]
root 9 0.0 0.0 0 0 ? I May06 0:00 _ [rcu_bh]
root 10 0.0 0.0 0 0 ? S May06 0:00 _ [migration/0]
root 11 0.0 0.0 0 0 ? S May06 0:00 _ [watchdog/0]
root 12 0.0 0.0 0 0 ? S May06 0:00 _ [cpuhp/0]
root 13 0.0 0.0 0 0 ? S May06 0:00 _ [cpuhp/1]
root 14 0.0 0.0 0 0 ? S May06 0:00 _ [watchdog/1]
root 15 0.0 0.0 0 0 ? S May06 0:00 _ [migration/1]
root 16 0.0 0.0 0 0 ? S May06 0:00 _ [ksoftirqd/1]
root 18 0.0 0.0 0 0 ? I< May06 0:00 _ [kworker/1:0H]
root 19 0.0 0.0 0 0 ? S May06 0:00 _ [cpuhp/2]
root 20 0.0 0.0 0 0 ? S May06 0:00 _ [watchdog/2]
root 21 0.0 0.0 0 0 ? S May06 0:00 _ [migration/2]
root 22 0.0 0.0 0 0 ? S May06 0:00 _ [ksoftirqd/2]
root 24 0.0 0.0 0 0 ? I< May06 0:00 _ [kworker/2:0H]
root 25 0.0 0.0 0 0 ? S May06 0:00 _ [cpuhp/3]
root 26 0.0 0.0 0 0 ? S May06 0:00 _ [watchdog/3]
root 27 0.0 0.0 0 0 ? S May06 0:00 _ [migration/3]
root 28 0.0 0.0 0 0 ? S May06 0:00 _ [ksoftirqd/3]
root 30 0.0 0.0 0 0 ? I< May06 0:00 _ [kworker/3:0H]
root 31 0.0 0.0 0 0 ? S May06 0:00 _ [kdevtmpfs]
root 32 0.0 0.0 0 0 ? I< May06 0:00 _ [netns]
root 33 0.0 0.0 0 0 ? S May06 0:00 _ [rcu_tasks_kthre]
root 34 0.0 0.0 0 0 ? S May06 0:00 _ [kauditd]
root 36 0.0 0.0 0 0 ? S May06 0:00 _ [khungtaskd]
root 37 0.0 0.0 0 0 ? S May06 0:00 _ [oom_reaper]
root 38 0.0 0.0 0 0 ? I< May06 0:00 _ [writeback]
root 39 0.0 0.0 0 0 ? S May06 0:00 _ [kcompactd0]
root 40 0.0 0.0 0 0 ? SN May06 0:00 _ [ksmd]
root 41 0.0 0.0 0 0 ? SN May06 0:00 _ [khugepaged]
root 42 0.0 0.0 0 0 ? I< May06 0:00 _ [crypto]
root 43 0.0 0.0 0 0 ? I< May06 0:00 _ [kintegrityd]
root 44 0.0 0.0 0 0 ? I< May06 0:00 _ [kblockd]
root 45 0.0 0.0 0 0 ? I< May06 0:00 _ [ata_sff]
root 46 0.0 0.0 0 0 ? I< May06 0:00 _ [md]
root 47 0.0 0.0 0 0 ? I< May06 0:00 _ [edac-poller]
root 48 0.0 0.0 0 0 ? I< May06 0:00 _ [devfreq_wq]
root 49 0.0 0.0 0 0 ? I< May06 0:00 _ [watchdogd]
root 55 0.0 0.0 0 0 ? S May06 0:00 _ [kswapd0]
root 56 0.0 0.0 0 0 ? I< May06 0:00 _ [kworker/u9:0]
root 57 0.0 0.0 0 0 ? S May06 0:00 _ [ecryptfs-kthrea]
root 99 0.0 0.0 0 0 ? I< May06 0:00 _ [kthrotld]
root 100 0.0 0.0 0 0 ? I< May06 0:00 _ [acpi_thermal_pm]
root 101 0.0 0.0 0 0 ? S May06 0:00 _ [scsi_eh_0]
root 102 0.0 0.0 0 0 ? I< May06 0:00 _ [scsi_tmf_0]
root 103 0.0 0.0 0 0 ? S May06 0:00 _ [scsi_eh_1]
root 104 0.0 0.0 0 0 ? I< May06 0:00 _ [scsi_tmf_1]
root 110 0.0 0.0 0 0 ? I< May06 0:00 _ [ipv6_addrconf]
root 119 0.0 0.0 0 0 ? I< May06 0:00 _ [kstrp]
root 136 0.0 0.0 0 0 ? I< May06 0:00 _ [charger_manager]
root 194 0.0 0.0 0 0 ? S May06 0:00 _ [scsi_eh_2]
root 195 0.0 0.0 0 0 ? I< May06 0:00 _ [scsi_tmf_2]
root 196 0.0 0.0 0 0 ? I< May06 0:00 _ [kworker/0:1H]
root 250 0.0 0.0 0 0 ? I< May06 0:00 _ [kworker/2:1H]
root 338 0.0 0.0 0 0 ? I< May06 0:00 _ [raid5wq]
root 386 0.0 0.0 0 0 ? I< May06 0:00 _ [kworker/3:1H]
root 387 0.0 0.0 0 0 ? S May06 0:04 _ [jbd2/vda1-8]
root 388 0.0 0.0 0 0 ? I< May06 0:00 _ [ext4-rsv-conver]
root 390 0.0 0.0 0 0 ? I< May06 0:00 _ [kworker/1:1H]
root 474 0.0 0.0 0 0 ? I< May06 0:00 _ [iscsi_eh]
root 481 0.0 0.0 0 0 ? I< May06 0:00 _ [ib-comp-wq]
root 482 0.0 0.0 0 0 ? I< May06 0:00 _ [ib_mcast]
root 483 0.0 0.0 0 0 ? I< May06 0:00 _ [ib_nl_sa_wq]
root 487 0.0 0.0 0 0 ? I< May06 0:00 _ [rdma_cm]
root 489 0.0 0.0 0 0 ? S< May06 0:00 _ [loop0]
root 494 0.0 0.0 0 0 ? S< May06 0:00 _ [loop1]
root 497 0.0 0.0 0 0 ? S< May06 0:00 _ [loop2]
root 791 0.0 0.0 0 0 ? S< May06 0:00 _ [spl_system_task]
root 792 0.0 0.0 0 0 ? S< May06 0:00 _ [spl_delay_taskq]
root 793 0.0 0.0 0 0 ? S< May06 0:00 _ [spl_dynamic_tas]
root 794 0.0 0.0 0 0 ? S< May06 0:00 _ [spl_kmem_cache]
root 799 0.0 0.0 0 0 ? S< May06 0:00 _ [zvol]
root 800 0.0 0.0 0 0 ? S May06 0:00 _ [arc_prune]
root 801 0.0 0.0 0 0 ? S May06 0:02 _ [arc_reclaim]
root 802 0.0 0.0 0 0 ? S May06 0:00 _ [dbu_evict]
root 803 0.0 0.0 0 0 ? SN May06 0:02 _ [dbuf_evict]
root 804 0.0 0.0 0 0 ? SN May06 0:00 _ [z_vdev_file]
root 805 0.0 0.0 0 0 ? S May06 0:02 _ [l2arc_feed]
root 867 0.0 0.0 0 0 ? S< May06 0:00 _ [z_null_iss]
root 868 0.0 0.0 0 0 ? S< May06 0:00 _ [z_null_int]
root 869 0.0 0.0 0 0 ? S< May06 0:00 _ [z_rd_iss]
root 870 0.0 0.0 0 0 ? S< May06 0:00 _ [z_rd_int_0]
root 871 0.0 0.0 0 0 ? S< May06 0:00 _ [z_rd_int_1]
root 872 0.0 0.0 0 0 ? S< May06 0:00 _ [z_rd_int_2]
root 873 0.0 0.0 0 0 ? S< May06 0:00 _ [z_rd_int_3]
root 874 0.0 0.0 0 0 ? S< May06 0:00 _ [z_rd_int_4]
root 875 0.0 0.0 0 0 ? S< May06 0:00 _ [z_rd_int_5]
root 876 0.0 0.0 0 0 ? S< May06 0:00 _ [z_rd_int_6]
root 877 0.0 0.0 0 0 ? S< May06 0:00 _ [z_rd_int_7]
root 878 0.0 0.0 0 0 ? S< May06 0:00 _ [z_wr_iss]
root 879 0.0 0.0 0 0 ? S< May06 0:00 _ [z_wr_iss]
root 880 0.0 0.0 0 0 ? S< May06 0:00 _ [z_wr_iss]
root 881 0.0 0.0 0 0 ? S< May06 0:00 _ [z_wr_iss_h]
root 882 0.0 0.0 0 0 ? S< May06 0:00 _ [z_wr_int_0]
root 883 0.0 0.0 0 0 ? S< May06 0:00 _ [z_wr_int_1]
root 884 0.0 0.0 0 0 ? S< May06 0:00 _ [z_wr_int_2]
root 885 0.0 0.0 0 0 ? S< May06 0:00 _ [z_wr_int_3]
root 886 0.0 0.0 0 0 ? S< May06 0:00 _ [z_wr_int_4]
root 887 0.0 0.0 0 0 ? S< May06 0:00 _ [z_wr_int_5]
root 888 0.0 0.0 0 0 ? S< May06 0:00 _ [z_wr_int_6]
root 889 0.0 0.0 0 0 ? S< May06 0:00 _ [z_wr_int_7]
root 890 0.0 0.0 0 0 ? S< May06 0:00 _ [z_wr_int_h]
root 891 0.0 0.0 0 0 ? S< May06 0:00 _ [z_fr_iss_0]
root 892 0.0 0.0 0 0 ? S< May06 0:00 _ [z_fr_iss_1]
root 893 0.0 0.0 0 0 ? S< May06 0:00 _ [z_fr_iss_2]
root 894 0.0 0.0 0 0 ? S< May06 0:00 _ [z_fr_iss_3]
root 895 0.0 0.0 0 0 ? S< May06 0:00 _ [z_fr_iss_4]
root 896 0.0 0.0 0 0 ? S< May06 0:00 _ [z_fr_iss_5]
root 897 0.0 0.0 0 0 ? S< May06 0:00 _ [z_fr_iss_6]
root 898 0.0 0.0 0 0 ? S< May06 0:00 _ [z_fr_iss_7]
root 899 0.0 0.0 0 0 ? S< May06 0:00 _ [z_fr_int]
root 900 0.0 0.0 0 0 ? S< May06 0:00 _ [z_cl_iss]
root 901 0.0 0.0 0 0 ? S< May06 0:00 _ [z_cl_int]
root 902 0.0 0.0 0 0 ? S< May06 0:00 _ [z_ioctl_iss]
root 903 0.0 0.0 0 0 ? S< May06 0:00 _ [z_ioctl_int]
root 904 0.0 0.0 0 0 ? S May06 0:00 _ [z_zvol]
root 905 0.0 0.0 0 0 ? S May06 0:00 _ [z_upgrade]
root 906 0.0 0.0 0 0 ? S< May06 0:00 _ [metaslab_group_]
root 915 0.0 0.0 0 0 ? SN May06 0:00 _ [dp_sync_taskq]
root 916 0.0 0.0 0 0 ? SN May06 0:00 _ [dp_sync_taskq]
root 917 0.0 0.0 0 0 ? SN May06 0:00 _ [dp_sync_taskq]
root 918 0.0 0.0 0 0 ? SN May06 0:00 _ [dp_zil_clean_ta]
root 919 0.0 0.0 0 0 ? SN May06 0:00 _ [dp_zil_clean_ta]
root 920 0.0 0.0 0 0 ? SN May06 0:00 _ [dp_zil_clean_ta]
root 921 0.0 0.0 0 0 ? SN May06 0:00 _ [dp_zil_clean_ta]
root 922 0.0 0.0 0 0 ? S May06 0:00 _ [z_iput]
root 1058 0.0 0.0 0 0 ? S May06 0:00 _ [txg_quiesce]
root 1059 0.0 0.0 0 0 ? S May06 0:02 _ [txg_sync]
root 1060 0.0 0.0 0 0 ? S May06 0:02 _ [mmp]
root 1260 0.0 0.0 0 0 ? S< May06 0:00 _ [spl_system_task]
root 1087 0.0 0.0 0 0 ? I May07 0:00 _ [kworker/1:0]
root 2604 0.0 0.0 0 0 ? I May07 0:01 _ [kworker/0:2]
root 8884 0.0 0.0 0 0 ? I May07 0:00 _ [kworker/0:1]
root 11196 0.0 0.0 0 0 ? I May07 0:00 _ [kworker/3:0]
root 13943 0.0 0.0 0 0 ? I May07 0:00 _ [kworker/1:2]
root 14807 0.0 0.0 0 0 ? I May07 0:00 _ [kworker/2:2]
root 15348 0.0 0.0 0 0 ? I May07 0:00 _ [kworker/u8:0]
root 17388 0.0 0.0 0 0 ? I May07 0:00 _ [kworker/2:1]
root 17494 0.0 0.0 0 0 ? I May07 0:00 _ [kworker/3:1]
root 17564 0.0 0.0 0 0 ? I May07 0:00 _ [kworker/u8:1]
root 17609 0.0 0.0 0 0 ? S< 00:13 0:00 _ [z_wr_int_6]
root 17610 0.0 0.0 0 0 ? S< 00:13 0:00 _ [z_wr_int_6]
root 17612 0.0 0.0 0 0 ? S< 00:13 0:00 _ [z_wr_int_6]
root 17615 0.0 0.0 0 0 ? S< 00:13 0:00 _ [z_wr_int_6]
root 17617 0.0 0.0 0 0 ? S< 00:13 0:00 _ [z_wr_int_6]
root 17618 0.0 0.0 0 0 ? S< 00:13 0:00 _ [z_wr_int_6]
root 17619 0.0 0.0 0 0 ? S< 00:13 0:00 _ [z_wr_int_6]
root 17621 0.0 0.0 0 0 ? S< 00:13 0:00 _ [z_wr_int_6]
root 17624 0.0 0.0 0 0 ? S< 00:13 0:00 _ [z_wr_int_3]
root 17625 0.0 0.0 0 0 ? S< 00:13 0:00 _ [z_wr_int_3]
root 17626 0.0 0.0 0 0 ? S< 00:13 0:00 _ [z_wr_int_3]
root 17628 0.0 0.0 0 0 ? S< 00:13 0:00 _ [z_wr_int_4]
root 17629 0.0 0.0 0 0 ? S< 00:13 0:00 _ [z_wr_int_4]
root 17630 0.0 0.0 0 0 ? S< 00:13 0:00 _ [z_wr_int_4]
root 17631 0.0 0.0 0 0 ? S< 00:13 0:00 _ [z_wr_int_4]
root 17632 0.0 0.0 0 0 ? S< 00:13 0:00 _ [z_wr_int_3]
root 17636 0.0 0.0 0 0 ? S< 00:13 0:00 _ [z_wr_int_3]
root 17637 0.0 0.0 0 0 ? S< 00:13 0:00 _ [z_wr_int_3]
root 17639 0.0 0.0 0 0 ? S< 00:13 0:00 _ [z_wr_int_3]
root 17645 0.0 0.0 0 0 ? S< 00:13 0:00 _ [z_wr_int_5]
root 17646 0.0 0.0 0 0 ? S< 00:13 0:00 _ [z_wr_int_4]
root 17648 0.0 0.0 0 0 ? S< 00:13 0:00 _ [z_wr_int_4]
root 17649 0.0 0.0 0 0 ? S< 00:13 0:00 _ [z_wr_int_0]
root 17650 0.0 0.0 0 0 ? S< 00:13 0:00 _ [z_wr_int_3]
root 17651 0.0 0.0 0 0 ? S< 00:13 0:00 _ [z_wr_int_3]
root 17652 0.0 0.0 0 0 ? S< 00:13 0:00 _ [z_wr_int_3]
root 17653 0.0 0.0 0 0 ? S< 00:13 0:00 _ [z_wr_int_0]
root 17654 0.0 0.0 0 0 ? S< 00:13 0:00 _ [z_wr_int_4]
root 17655 0.0 0.0 0 0 ? S< 00:13 0:00 _ [z_wr_int_4]
root 17656 0.0 0.0 0 0 ? S< 00:13 0:00 _ [z_wr_int_4]
root 17657 0.0 0.0 0 0 ? S< 00:13 0:00 _ [z_wr_int_4]
root 17660 0.0 0.0 0 0 ? S< 00:13 0:00 _ [z_wr_int_0]
root 17661 0.0 0.0 0 0 ? S< 00:13 0:00 _ [z_wr_int_0]
root 17662 0.0 0.0 0 0 ? S< 00:13 0:00 _ [z_wr_int_1]
root 17663 0.0 0.0 0 0 ? S< 00:13 0:00 _ [z_wr_int_0]
root 17664 0.0 0.0 0 0 ? S< 00:13 0:00 _ [z_wr_int_0]
root 17665 0.0 0.0 0 0 ? S< 00:13 0:00 _ [z_wr_int_0]
root 17666 0.0 0.0 0 0 ? S< 00:13 0:00 _ [z_wr_int_0]
root 17668 0.0 0.0 0 0 ? S< 00:13 0:00 _ [z_wr_int_1]
root 17669 0.0 0.0 0 0 ? S< 00:13 0:00 _ [z_wr_int_1]
root 17670 0.0 0.0 0 0 ? S< 00:13 0:00 _ [z_wr_int_2]
root 17671 0.0 0.0 0 0 ? S< 00:13 0:00 _ [z_wr_int_2]
root 17672 0.0 0.0 0 0 ? S< 00:13 0:00 _ [z_wr_int_7]
root 17673 0.0 0.0 0 0 ? S< 00:13 0:00 _ [z_wr_int_2]
root 17674 0.0 0.0 0 0 ? S< 00:13 0:00 _ [z_wr_int_1]
root 17675 0.0 0.0 0 0 ? S< 00:13 0:00 _ [z_wr_int_1]
root 17676 0.0 0.0 0 0 ? S< 00:13 0:00 _ [z_wr_int_1]
root 17677 0.0 0.0 0 0 ? S< 00:13 0:00 _ [z_wr_int_7]
root 17678 0.0 0.0 0 0 ? S< 00:13 0:00 _ [z_wr_int_7]
root 17681 0.0 0.0 0 0 ? S< 00:13 0:00 _ [z_wr_int_2]
root 17683 0.0 0.0 0 0 ? S< 00:13 0:00 _ [z_wr_int_1]
root 1 0.0 0.1 225348 8928 ? Ss May06 0:02 /sbin/init
root 472 0.0 0.2 95264 17168 ? S<s May06 0:01 /lib/systemd/systemd-journald
root 477 0.0 0.0 97708 1836 ? Ss May06 0:00 /sbin/lvmetad -f
systemd+ 1276 0.0 0.0 141924 3180 ? Ssl May06 0:00 /lib/systemd/systemd-timesyncd
systemd+ 1374 0.0 0.0 71972 5900 ? Ss May06 0:00 /lib/systemd/systemd-networkd
systemd+ 1376 0.0 0.0 70872 6208 ? Ss May06 0:00 /lib/systemd/systemd-resolved
root 1411 0.0 0.0 43160 4232 ? Ss May06 0:01 /lib/systemd/systemd-udevd
message+ 1725 0.0 0.0 50044 4424 ? Ss May06 0:00 /usr/bin/dbus-daemon --system --address=systemd: --nofork --nopidfile --systemd-activation --syslog-only
root 1728 0.0 0.2 170824 17020 ? Ssl May06 0:00 /usr/bin/python3 /usr/bin/networkd-dispatcher --run-startup-triggers
root 1730 0.0 0.0 110480 3404 ? Ssl May06 0:04 /usr/sbin/irqbalance --foreground
root 1731 0.0 0.0 31748 3164 ? Ss May06 0:00 /usr/sbin/cron -f
daemon 1744 0.0 0.0 28332 2328 ? Ss May06 0:00 /usr/sbin/atd -f
root 1746 0.0 0.0 287984 6712 ? Ssl May06 0:01 /usr/lib/accountsservice/accounts-daemon
syslog 1749 0.0 0.0 263036 4364 ? Ssl May06 0:00 /usr/sbin/rsyslogd -n
root 1750 0.0 0.0 182972 3692 ? Ssl May06 0:00 /usr/sbin/zed -F
root 1763 0.0 0.0 70640 5860 ? Ss May06 0:00 /lib/systemd/systemd-logind
root 1766 0.0 0.2 1249788 23000 ? Ssl May06 0:07 /usr/lib/snapd/snapd
root 1773 0.0 0.0 72296 6420 ? Ss May06 0:00 /usr/sbin/sshd -D
root 16145 0.0 0.0 107984 7244 ? Ss May07 0:00 _ sshd: root@pts/0
root 16260 0.0 0.0 23200 5132 pts/0 Ss May07 0:00 _ -bash
root 17686 0.0 0.0 40420 3868 pts/0 R+ 00:13 0:00 _ ps fauxwww
root 1778 0.0 0.0 288880 6476 ? Ssl May06 0:00 /usr/lib/policykit-1/polkitd --no-debug
root 1802 0.0 0.2 187644 20200 ? Ssl May06 0:00 /usr/bin/python3 /usr/share/unattended-upgrades/unattended-upgrade-shutdown --wait-for-signal
root 1806 0.0 0.0 16412 2352 ttyS0 Ss+ May06 0:00 /sbin/agetty -o -p – \u --keep-baud 115200,38400,9600 ttyS0 vt220
root 1809 0.0 0.0 14888 1988 tty1 Ss+ May06 0:00 /sbin/agetty -o -p – \u --noclear tty1 linux
root 2052 0.0 0.0 456396 1376 ? Sl May06 0:00 lxcfs /var/snap/lxd/common/var/lib/lxcfs -p /var/snap/lxd/common/lxcfs.pid
root 2543 0.0 0.0 318056 7040 ? Ss May06 0:00 [lxc monitor] /var/snap/lxd/common/lxd/containers c5
1000000 2578 0.0 0.0 37432 4100 ? Ss May06 0:00 _ /sbin/init
1000000 2928 0.0 0.0 35272 3520 ? Ss May06 0:00 _ /lib/systemd/systemd-journald
1000000 2984 0.0 0.0 41764 1960 ? Ss May06 0:00 _ /lib/systemd/systemd-udevd
1000000 3967 0.0 0.0 16128 2372 ? Ss May06 0:00 _ /sbin/dhclient -1 -v -pf /run/dhclient.eth0.pid -lf /var/lib/dhcp/dhclient.eth0.leases -I -df /var/lib/dhcp/dhclient6.eth0.leases eth0
1000001 4194 0.0 0.0 26044 1412 ? Ss May06 0:00 _ /usr/sbin/atd -f
1000104 4198 0.0 0.0 186896 2416 ? Ssl May06 0:00 _ /usr/sbin/rsyslogd -n
1000000 4207 0.0 0.0 27728 1804 ? Ss May06 0:00 _ /usr/sbin/cron -f
1000107 4214 0.0 0.0 42892 2424 ? Ss May06 0:00 _ /usr/bin/dbus-daemon --system --address=systemd: --nofork --nopidfile --systemd-activation
1000000 4297 0.0 0.0 274488 4040 ? Ssl May06 0:01 _ /usr/lib/accountsservice/accounts-daemon
1000000 4321 0.0 0.0 20096 1864 ? Ss May06 0:00 _ /lib/systemd/systemd-logind
1000000 4352 0.0 0.0 5220 112 ? Ss May06 0:03 _ /sbin/iscsid
1000000 4353 0.0 0.0 5720 3508 ? SLs May06 0:15 _ /sbin/iscsid
1000000 4419 0.0 0.0 65512 4164 ? Ss May06 0:00 _ /usr/sbin/sshd -D
1000000 4439 0.0 0.0 277180 4656 ? Ssl May06 0:00 _ /usr/lib/policykit-1/polkitd --no-debug
1000000 4554 0.0 0.0 14472 1776 ? Ss+ May06 0:00 _ /sbin/agetty --noclear --keep-baud console 115200 38400 9600 vt220
root 22806 0.0 0.0 4504 1700 ? Ss May06 0:00 /bin/sh /snap/lxd/10601/commands/daemon.start
root 22895 3.4 1.1 1650300 94920 ? Sl May06 51:36 _ lxd --logfile /var/snap/lxd/common/lxd/logs/lxd.log --group lxd
root 23025 0.0 0.2 514152 23084 ? Sl May06 0:06 _ /snap/lxd/current/bin/lxd forkdns 240.143.191.1:1053 lxd 240.143.191.1 240.50.133.1 240.144.40.1
lxd 23019 0.0 0.0 51660 2904 ? S May06 0:00 dnsmasq --strict-order --bind-interfaces --pid-file=/var/snap/lxd/common/lxd/networks/lxdfan0/dnsmasq.pid --except-interface=lo --interface=lxdfan0 --quiet-dhcp --quiet-dhcp6 --quiet-ra --listen-address=240.143.191.1 --dhcp-no-override --dhcp-authoritative --dhcp-leasefile=/var/snap/lxd/common/lxd/networks/lxdfan0/dnsmasq.leases --dhcp-hostsfile=/var/snap/lxd/common/lxd/networks/lxdfan0/dnsmasq.hosts --dhcp-range 240.143.191.2,240.143.191.254 -s __internal -S /__internal/ -S /lxd/240.143.191.1#1053 --dhcp-option=15,lxd --conf-file=/var/snap/lxd/common/lxd/networks/lxdfan0/dnsmasq.raw -u lxd
root 24403 0.0 0.0 375140 6932 ? Ss May06 0:00 [lxc monitor] /var/snap/lxd/common/lxd/containers c2
1000000 24419 0.0 0.0 37616 4240 ? Ss May06 0:00 _ /sbin/init
1000000 24525 0.0 0.0 35272 3540 ? Ss May06 0:00 _ /lib/systemd/systemd-journald
1000000 24547 0.0 0.0 41764 1920 ? Ss May06 0:00 _ /lib/systemd/systemd-udevd
1000000 24958 0.0 0.0 16128 2400 ? Ss May06 0:00 _ /sbin/dhclient -1 -v -pf /run/dhclient.eth0.pid -lf /var/lib/dhcp/dhclient.eth0.leases -I -df /var/lib/dhcp/dhclient6.eth0.leases eth0
1000107 25073 0.0 0.0 42892 2388 ? Ss May06 0:00 _ /usr/bin/dbus-daemon --system --address=systemd: --nofork --nopidfile --systemd-activation
1000000 25088 0.0 0.0 274488 3964 ? Ssl May06 0:01 _ /usr/lib/accountsservice/accounts-daemon
1000000 25095 0.0 0.0 20096 1972 ? Ss May06 0:00 _ /lib/systemd/systemd-logind
1000000 25100 0.0 0.0 27728 1808 ? Ss May06 0:00 _ /usr/sbin/cron -f
1000104 25109 0.0 0.0 186896 2392 ? Ssl May06 0:00 _ /usr/sbin/rsyslogd -n
1000001 25116 0.0 0.0 26044 1476 ? Ss May06 0:00 _ /usr/sbin/atd -f
1000000 25120 0.0 0.0 5220 116 ? Ss May06 0:01 _ /sbin/iscsid
1000000 25121 0.0 0.0 5720 3492 ? SLs May06 0:09 _ /sbin/iscsid
1000000 25132 0.0 0.0 277180 4652 ? Ssl May06 0:00 _ /usr/lib/policykit-1/polkitd --no-debug
1000000 25143 0.0 0.0 65512 4084 ? Ss May06 0:00 _ /usr/sbin/sshd -D
1000000 25189 0.0 0.0 14472 1692 pts/0 Ss+ May06 0:00 _ /sbin/agetty --noclear --keep-baud console 115200 38400 9600 vt220
root 16147 0.0 0.0 76764 7056 ? Ss May07 0:00 /lib/systemd/systemd --user
root 16148 0.0 0.0 257032 2596 ? S May07 0:00 _ (sd-pam)

root@host03:~# ps fauxwww
USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMAND
root 2 0.0 0.0 0 0 ? S May06 0:00 [kthreadd]
root 4 0.0 0.0 0 0 ? I< May06 0:00 _ [kworker/0:0H]
root 6 0.0 0.0 0 0 ? I< May06 0:00 _ [mm_percpu_wq]
root 7 0.0 0.0 0 0 ? S May06 0:00 _ [ksoftirqd/0]
root 8 0.0 0.0 0 0 ? I May06 0:03 _ [rcu_sched]
root 9 0.0 0.0 0 0 ? I May06 0:00 _ [rcu_bh]
root 10 0.0 0.0 0 0 ? S May06 0:00 _ [migration/0]
root 11 0.0 0.0 0 0 ? S May06 0:00 _ [watchdog/0]
root 12 0.0 0.0 0 0 ? S May06 0:00 _ [cpuhp/0]
root 13 0.0 0.0 0 0 ? S May06 0:00 _ [cpuhp/1]
root 14 0.0 0.0 0 0 ? S May06 0:00 _ [watchdog/1]
root 15 0.0 0.0 0 0 ? S May06 0:00 _ [migration/1]
root 16 0.0 0.0 0 0 ? S May06 0:00 _ [ksoftirqd/1]
root 18 0.0 0.0 0 0 ? I< May06 0:00 _ [kworker/1:0H]
root 19 0.0 0.0 0 0 ? S May06 0:00 _ [cpuhp/2]
root 20 0.0 0.0 0 0 ? S May06 0:00 _ [watchdog/2]
root 21 0.0 0.0 0 0 ? S May06 0:00 _ [migration/2]
root 22 0.0 0.0 0 0 ? S May06 0:00 _ [ksoftirqd/2]
root 24 0.0 0.0 0 0 ? I< May06 0:00 _ [kworker/2:0H]
root 25 0.0 0.0 0 0 ? S May06 0:00 _ [cpuhp/3]
root 26 0.0 0.0 0 0 ? S May06 0:00 _ [watchdog/3]
root 27 0.0 0.0 0 0 ? S May06 0:00 _ [migration/3]
root 28 0.0 0.0 0 0 ? S May06 0:00 _ [ksoftirqd/3]
root 30 0.0 0.0 0 0 ? I< May06 0:00 _ [kworker/3:0H]
root 31 0.0 0.0 0 0 ? S May06 0:00 _ [kdevtmpfs]
root 32 0.0 0.0 0 0 ? I< May06 0:00 _ [netns]
root 33 0.0 0.0 0 0 ? S May06 0:00 _ [rcu_tasks_kthre]
root 34 0.0 0.0 0 0 ? S May06 0:00 _ [kauditd]
root 36 0.0 0.0 0 0 ? S May06 0:00 _ [khungtaskd]
root 37 0.0 0.0 0 0 ? S May06 0:00 _ [oom_reaper]
root 38 0.0 0.0 0 0 ? I< May06 0:00 _ [writeback]
root 39 0.0 0.0 0 0 ? S May06 0:00 _ [kcompactd0]
root 40 0.0 0.0 0 0 ? SN May06 0:00 _ [ksmd]
root 41 0.0 0.0 0 0 ? SN May06 0:00 _ [khugepaged]
root 42 0.0 0.0 0 0 ? I< May06 0:00 _ [crypto]
root 43 0.0 0.0 0 0 ? I< May06 0:00 _ [kintegrityd]
root 44 0.0 0.0 0 0 ? I< May06 0:00 _ [kblockd]
root 45 0.0 0.0 0 0 ? I< May06 0:00 _ [ata_sff]
root 46 0.0 0.0 0 0 ? I< May06 0:00 _ [md]
root 47 0.0 0.0 0 0 ? I< May06 0:00 _ [edac-poller]
root 48 0.0 0.0 0 0 ? I< May06 0:00 _ [devfreq_wq]
root 49 0.0 0.0 0 0 ? I< May06 0:00 _ [watchdogd]
root 55 0.0 0.0 0 0 ? S May06 0:00 _ [kswapd0]
root 56 0.0 0.0 0 0 ? I< May06 0:00 _ [kworker/u9:0]
root 57 0.0 0.0 0 0 ? S May06 0:00 _ [ecryptfs-kthrea]
root 99 0.0 0.0 0 0 ? I< May06 0:00 _ [kthrotld]
root 100 0.0 0.0 0 0 ? I< May06 0:00 _ [acpi_thermal_pm]
root 101 0.0 0.0 0 0 ? S May06 0:00 _ [scsi_eh_0]
root 102 0.0 0.0 0 0 ? I< May06 0:00 _ [scsi_tmf_0]
root 103 0.0 0.0 0 0 ? S May06 0:00 _ [scsi_eh_1]
root 104 0.0 0.0 0 0 ? I< May06 0:00 _ [scsi_tmf_1]
root 110 0.0 0.0 0 0 ? I< May06 0:00 _ [ipv6_addrconf]
root 119 0.0 0.0 0 0 ? I< May06 0:00 _ [kstrp]
root 136 0.0 0.0 0 0 ? I< May06 0:00 _ [charger_manager]
root 194 0.0 0.0 0 0 ? S May06 0:00 _ [scsi_eh_2]
root 195 0.0 0.0 0 0 ? I< May06 0:00 _ [scsi_tmf_2]
root 196 0.0 0.0 0 0 ? I< May06 0:00 _ [kworker/3:1H]
root 249 0.0 0.0 0 0 ? I< May06 0:00 _ [kworker/2:1H]
root 251 0.0 0.0 0 0 ? I< May06 0:00 _ [kworker/0:1H]
root 339 0.0 0.0 0 0 ? I< May06 0:00 _ [raid5wq]
root 388 0.0 0.0 0 0 ? S May06 0:02 _ [jbd2/vda1-8]
root 389 0.0 0.0 0 0 ? I< May06 0:00 _ [ext4-rsv-conver]
root 440 0.0 0.0 0 0 ? I< May06 0:00 _ [kworker/1:1H]
root 460 0.0 0.0 0 0 ? I< May06 0:00 _ [iscsi_eh]
root 472 0.0 0.0 0 0 ? I< May06 0:00 _ [ib-comp-wq]
root 473 0.0 0.0 0 0 ? I< May06 0:00 _ [ib_mcast]
root 474 0.0 0.0 0 0 ? I< May06 0:00 _ [ib_nl_sa_wq]
root 478 0.0 0.0 0 0 ? I< May06 0:00 _ [rdma_cm]
root 494 0.0 0.0 0 0 ? S< May06 0:00 _ [loop0]
root 512 0.0 0.0 0 0 ? S< May06 0:00 _ [loop1]
root 514 0.0 0.0 0 0 ? S< May06 0:00 _ [loop2]
root 783 0.0 0.0 0 0 ? S< May06 0:00 _ [spl_system_task]
root 784 0.0 0.0 0 0 ? S< May06 0:00 _ [spl_delay_taskq]
root 785 0.0 0.0 0 0 ? S< May06 0:00 _ [spl_dynamic_tas]
root 789 0.0 0.0 0 0 ? S< May06 0:00 _ [spl_kmem_cache]
root 798 0.0 0.0 0 0 ? S< May06 0:00 _ [zvol]
root 799 0.0 0.0 0 0 ? S May06 0:00 _ [arc_prune]
root 800 0.0 0.0 0 0 ? S May06 0:01 _ [arc_reclaim]
root 801 0.0 0.0 0 0 ? S May06 0:00 _ [dbu_evict]
root 802 0.0 0.0 0 0 ? SN May06 0:01 _ [dbuf_evict]
root 803 0.0 0.0 0 0 ? SN May06 0:00 _ [z_vdev_file]
root 804 0.0 0.0 0 0 ? S May06 0:01 _ [l2arc_feed]
root 865 0.0 0.0 0 0 ? S< May06 0:00 _ [z_null_iss]
root 866 0.0 0.0 0 0 ? S< May06 0:00 _ [z_null_int]
root 867 0.0 0.0 0 0 ? S< May06 0:00 _ [z_rd_iss]
root 868 0.0 0.0 0 0 ? S< May06 0:00 _ [z_rd_int_0]
root 869 0.0 0.0 0 0 ? S< May06 0:00 _ [z_rd_int_1]
root 870 0.0 0.0 0 0 ? S< May06 0:00 _ [z_rd_int_2]
root 871 0.0 0.0 0 0 ? S< May06 0:00 _ [z_rd_int_3]
root 872 0.0 0.0 0 0 ? S< May06 0:00 _ [z_rd_int_4]
root 873 0.0 0.0 0 0 ? S< May06 0:00 _ [z_rd_int_5]
root 874 0.0 0.0 0 0 ? S< May06 0:00 _ [z_rd_int_6]
root 875 0.0 0.0 0 0 ? S< May06 0:00 _ [z_rd_int_7]
root 876 0.0 0.0 0 0 ? S< May06 0:00 _ [z_wr_iss]
root 877 0.0 0.0 0 0 ? S< May06 0:00 _ [z_wr_iss]
root 878 0.0 0.0 0 0 ? S< May06 0:00 _ [z_wr_iss]
root 879 0.0 0.0 0 0 ? S< May06 0:00 _ [z_wr_iss_h]
root 880 0.0 0.0 0 0 ? S< May06 0:00 _ [z_wr_int_0]
root 881 0.0 0.0 0 0 ? S< May06 0:00 _ [z_wr_int_1]
root 882 0.0 0.0 0 0 ? S< May06 0:00 _ [z_wr_int_2]
root 883 0.0 0.0 0 0 ? S< May06 0:00 _ [z_wr_int_3]
root 884 0.0 0.0 0 0 ? S< May06 0:00 _ [z_wr_int_4]
root 885 0.0 0.0 0 0 ? S< May06 0:00 _ [z_wr_int_5]
root 886 0.0 0.0 0 0 ? S< May06 0:00 _ [z_wr_int_6]
root 887 0.0 0.0 0 0 ? S< May06 0:00 _ [z_wr_int_7]
root 888 0.0 0.0 0 0 ? S< May06 0:00 _ [z_wr_int_h]
root 889 0.0 0.0 0 0 ? S< May06 0:00 _ [z_fr_iss_0]
root 890 0.0 0.0 0 0 ? S< May06 0:00 _ [z_fr_iss_1]
root 891 0.0 0.0 0 0 ? S< May06 0:00 _ [z_fr_iss_2]
root 892 0.0 0.0 0 0 ? S< May06 0:00 _ [z_fr_iss_3]
root 893 0.0 0.0 0 0 ? S< May06 0:00 _ [z_fr_iss_4]
root 894 0.0 0.0 0 0 ? S< May06 0:00 _ [z_fr_iss_5]
root 895 0.0 0.0 0 0 ? S< May06 0:00 _ [z_fr_iss_6]
root 896 0.0 0.0 0 0 ? S< May06 0:00 _ [z_fr_iss_7]
root 897 0.0 0.0 0 0 ? S< May06 0:00 _ [z_fr_int]
root 898 0.0 0.0 0 0 ? S< May06 0:00 _ [z_cl_iss]
root 899 0.0 0.0 0 0 ? S< May06 0:00 _ [z_cl_int]
root 900 0.0 0.0 0 0 ? S< May06 0:00 _ [z_ioctl_iss]
root 901 0.0 0.0 0 0 ? S< May06 0:00 _ [z_ioctl_int]
root 902 0.0 0.0 0 0 ? S May06 0:00 _ [z_zvol]
root 903 0.0 0.0 0 0 ? S May06 0:00 _ [z_upgrade]
root 904 0.0 0.0 0 0 ? S< May06 0:00 _ [metaslab_group_]
root 913 0.0 0.0 0 0 ? SN May06 0:00 _ [dp_sync_taskq]
root 914 0.0 0.0 0 0 ? SN May06 0:00 _ [dp_sync_taskq]
root 915 0.0 0.0 0 0 ? SN May06 0:00 _ [dp_sync_taskq]
root 916 0.0 0.0 0 0 ? SN May06 0:00 _ [dp_zil_clean_ta]
root 917 0.0 0.0 0 0 ? SN May06 0:00 _ [dp_zil_clean_ta]
root 918 0.0 0.0 0 0 ? SN May06 0:00 _ [dp_zil_clean_ta]
root 919 0.0 0.0 0 0 ? SN May06 0:00 _ [dp_zil_clean_ta]
root 920 0.0 0.0 0 0 ? S May06 0:00 _ [z_iput]
root 1079 0.0 0.0 0 0 ? S May06 0:00 _ [txg_quiesce]
root 1080 0.0 0.0 0 0 ? S May06 0:01 _ [txg_sync]
root 1081 0.0 0.0 0 0 ? S May06 0:01 _ [mmp]
root 1323 0.0 0.0 0 0 ? S< May06 0:00 _ [spl_system_task]
root 1326 0.0 0.0 0 0 ? S< May06 0:00 _ [spl_system_task]
root 1327 0.0 0.0 0 0 ? S< May06 0:00 _ [spl_system_task]
root 1328 0.0 0.0 0 0 ? S< May06 0:00 _ [spl_system_task]
root 1329 0.0 0.0 0 0 ? S< May06 0:00 _ [spl_system_task]
root 11363 0.0 0.0 0 0 ? I May07 0:00 _ [kworker/1:0]
root 14560 0.0 0.0 0 0 ? I May07 0:00 _ [kworker/3:2]
root 22068 0.0 0.0 0 0 ? I May07 0:00 _ [kworker/2:1]
root 24993 0.0 0.0 0 0 ? I May07 0:00 _ [kworker/0:1]
root 27334 0.0 0.0 0 0 ? I May07 0:00 _ [kworker/0:0]
root 28969 0.0 0.0 0 0 ? I May07 0:00 _ [kworker/u8:1]
root 29517 0.0 0.0 0 0 ? I May07 0:00 _ [kworker/u8:3]
root 29532 0.0 0.0 0 0 ? I May07 0:00 _ [kworker/3:1]
root 29533 0.0 0.0 0 0 ? I May07 0:00 _ [kworker/2:2]
root 29681 0.0 0.0 0 0 ? I 00:01 0:00 _ [kworker/1:2]
root 29811 0.0 0.0 0 0 ? S< 00:07 0:00 _ [z_wr_int_7]
root 29815 0.0 0.0 0 0 ? S< 00:07 0:00 _ [z_wr_int_5]
root 29817 0.0 0.0 0 0 ? S< 00:07 0:00 _ [z_wr_int_4]
root 29818 0.0 0.0 0 0 ? S< 00:07 0:00 _ [z_wr_int_7]
root 29819 0.0 0.0 0 0 ? S< 00:07 0:00 _ [z_wr_int_4]
root 29820 0.0 0.0 0 0 ? S< 00:07 0:00 _ [z_wr_int_4]
root 29821 0.0 0.0 0 0 ? S< 00:07 0:00 _ [z_wr_int_4]
root 29822 0.0 0.0 0 0 ? S< 00:07 0:00 _ [z_wr_int_4]
root 29823 0.0 0.0 0 0 ? S< 00:07 0:00 _ [z_wr_int_3]
root 29824 0.0 0.0 0 0 ? S< 00:07 0:00 _ [z_wr_int_5]
root 29825 0.0 0.0 0 0 ? S< 00:07 0:00 _ [z_wr_int_3]
root 29826 0.0 0.0 0 0 ? S< 00:07 0:00 _ [z_wr_int_3]
root 29827 0.0 0.0 0 0 ? S< 00:07 0:00 _ [z_wr_int_7]
root 29828 0.0 0.0 0 0 ? S< 00:07 0:00 _ [z_wr_int_4]
root 29829 0.0 0.0 0 0 ? S< 00:07 0:00 _ [z_wr_int_7]
root 29830 0.0 0.0 0 0 ? S< 00:07 0:00 _ [z_wr_int_7]
root 29832 0.0 0.0 0 0 ? S< 00:07 0:00 _ [z_wr_int_2]
root 29833 0.0 0.0 0 0 ? S< 00:07 0:00 _ [z_wr_int_5]
root 29834 0.0 0.0 0 0 ? S< 00:07 0:00 _ [z_wr_int_5]
root 29835 0.0 0.0 0 0 ? S< 00:07 0:00 _ [z_wr_int_2]
root 29836 0.0 0.0 0 0 ? S< 00:07 0:00 _ [z_wr_int_3]
root 29837 0.0 0.0 0 0 ? S< 00:07 0:00 _ [z_wr_int_4]
root 29838 0.0 0.0 0 0 ? S< 00:07 0:00 _ [z_wr_int_4]
root 29839 0.0 0.0 0 0 ? S< 00:07 0:00 _ [z_wr_int_6]
root 29840 0.0 0.0 0 0 ? S< 00:07 0:00 _ [z_wr_int_4]
root 29841 0.0 0.0 0 0 ? S< 00:07 0:00 _ [z_wr_int_4]
root 29843 0.0 0.0 0 0 ? S< 00:07 0:00 _ [z_wr_int_3]
root 29844 0.0 0.0 0 0 ? S< 00:07 0:00 _ [z_wr_int_6]
root 29845 0.0 0.0 0 0 ? S< 00:07 0:00 _ [z_wr_int_3]
root 29846 0.0 0.0 0 0 ? S< 00:07 0:00 _ [z_wr_int_2]
root 29847 0.0 0.0 0 0 ? S< 00:07 0:00 _ [z_wr_int_2]
root 29848 0.0 0.0 0 0 ? S< 00:07 0:00 _ [z_wr_int_2]
root 29849 0.0 0.0 0 0 ? S< 00:07 0:00 _ [z_wr_int_5]
root 29850 0.0 0.0 0 0 ? S< 00:07 0:00 _ [z_wr_int_3]
root 29851 0.0 0.0 0 0 ? S< 00:07 0:00 _ [z_wr_int_2]
root 29852 0.0 0.0 0 0 ? S< 00:07 0:00 _ [z_wr_int_2]
root 29853 0.0 0.0 0 0 ? S< 00:07 0:00 _ [z_wr_int_2]
root 29854 0.0 0.0 0 0 ? S< 00:07 0:00 _ [z_wr_int_2]
root 29855 0.0 0.0 0 0 ? S< 00:07 0:00 _ [z_wr_int_2]
root 29856 0.0 0.0 0 0 ? S< 00:07 0:00 _ [z_wr_int_0]
root 29857 0.0 0.0 0 0 ? S< 00:07 0:00 _ [z_wr_int_6]
root 29858 0.0 0.0 0 0 ? S< 00:07 0:00 _ [z_wr_int_6]
root 29859 0.0 0.0 0 0 ? S< 00:07 0:00 _ [z_wr_int_6]
root 29861 0.0 0.0 0 0 ? S< 00:07 0:00 _ [z_wr_int_6]
root 29862 0.0 0.0 0 0 ? S< 00:07 0:00 _ [z_wr_int_6]
root 29863 0.0 0.0 0 0 ? S< 00:07 0:00 _ [z_wr_int_6]
root 29864 0.0 0.0 0 0 ? S< 00:07 0:00 _ [z_wr_int_0]
root 29865 0.0 0.0 0 0 ? S< 00:07 0:00 _ [z_wr_int_6]
root 29866 0.0 0.0 0 0 ? S< 00:07 0:00 _ [z_wr_int_0]
root 29867 0.0 0.0 0 0 ? S< 00:07 0:00 _ [z_wr_int_1]
root 29868 0.0 0.0 0 0 ? S< 00:07 0:00 _ [z_wr_int_1]
root 29869 0.0 0.0 0 0 ? S< 00:07 0:00 _ [z_wr_int_1]
root 29870 0.0 0.0 0 0 ? S< 00:07 0:00 _ [z_wr_int_1]
root 29871 0.0 0.0 0 0 ? S< 00:07 0:00 _ [z_wr_int_5]
root 29872 0.0 0.0 0 0 ? S< 00:07 0:00 _ [z_wr_int_1]
root 29874 0.0 0.0 0 0 ? S< 00:07 0:00 _ [z_wr_int_0]
root 29875 0.0 0.0 0 0 ? S< 00:07 0:00 _ [z_wr_int_1]
root 29876 0.0 0.0 0 0 ? S< 00:07 0:00 _ [z_wr_int_0]
root 29877 0.0 0.0 0 0 ? S< 00:07 0:00 _ [z_wr_int_6]
root 29878 0.0 0.0 0 0 ? S< 00:07 0:00 _ [z_wr_int_0]
root 29880 0.0 0.0 0 0 ? S< 00:07 0:00 _ [z_wr_int_0]
root 29881 0.0 0.0 0 0 ? S< 00:07 0:00 _ [z_wr_int_1]
root 29882 0.0 0.0 0 0 ? S< 00:07 0:00 _ [z_wr_int_0]
root 29883 0.0 0.0 0 0 ? S< 00:07 0:00 _ [z_wr_int_0]
root 29885 0.0 0.0 0 0 ? S< 00:07 0:00 _ [z_wr_int_1]
root 29886 0.0 0.0 0 0 ? S< 00:07 0:00 _ [z_wr_int_1]
root 29887 0.0 0.0 0 0 ? S< 00:07 0:00 _ [z_wr_int_1]
root 1 0.0 0.1 225348 8968 ? Ss May06 0:02 /sbin/init
root 461 0.0 0.1 94900 14760 ? S<s May06 0:00 /lib/systemd/systemd-journald
root 480 0.0 0.0 97708 1880 ? Ss May06 0:00 /sbin/lvmetad -f
systemd+ 1346 0.0 0.0 141924 3172 ? Ssl May06 0:00 /lib/systemd/systemd-timesyncd
systemd+ 1444 0.0 0.0 71972 5920 ? Ss May06 0:00 /lib/systemd/systemd-networkd
systemd+ 1445 0.0 0.0 70756 5408 ? Ss May06 0:00 /lib/systemd/systemd-resolved
root 1481 0.0 0.0 43148 4128 ? Ss May06 0:00 /lib/systemd/systemd-udevd
syslog 1793 0.0 0.0 263036 4484 ? Ssl May06 0:00 /usr/sbin/rsyslogd -n
message+ 1800 0.0 0.0 50044 4348 ? Ss May06 0:00 /usr/bin/dbus-daemon --system --address=systemd: --nofork --nopidfile --systemd-activation --syslog-only
root 1807 0.0 0.0 110480 3452 ? Ssl May06 0:02 /usr/sbin/irqbalance --foreground
root 1816 0.0 0.0 31748 3192 ? Ss May06 0:00 /usr/sbin/cron -f
root 1818 0.0 0.0 182972 3736 ? Ssl May06 0:00 /usr/sbin/zed -F
daemon 1821 0.0 0.0 28332 2460 ? Ss May06 0:00 /usr/sbin/atd -f
root 1824 0.0 0.2 170824 17196 ? Ssl May06 0:00 /usr/bin/python3 /usr/bin/networkd-dispatcher --run-startup-triggers
root 1826 0.0 0.0 287984 6860 ? Ssl May06 0:01 /usr/lib/accountsservice/accounts-daemon
root 1833 0.0 0.0 70644 5868 ? Ss May06 0:00 /lib/systemd/systemd-logind
root 1838 0.0 0.2 1200752 23572 ? Ssl May06 0:04 /usr/lib/snapd/snapd
root 1846 0.0 0.0 72296 6460 ? Ss May06 0:00 /usr/sbin/sshd -D
root 27827 0.0 0.0 108100 7220 ? Ss May07 0:00 _ sshd: root@pts/0
root 27943 0.0 0.0 23200 5108 pts/0 Ss May07 0:00 _ -bash
root 29890 0.0 0.0 40508 3976 pts/0 R+ 00:13 0:00 _ ps fauxwww
root 1868 0.0 0.0 288880 6556 ? Ssl May06 0:00 /usr/lib/policykit-1/polkitd --no-debug
root 1869 0.0 0.2 187644 20080 ? Ssl May06 0:00 /usr/bin/python3 /usr/share/unattended-upgrades/unattended-upgrade-shutdown --wait-for-signal
root 1877 0.0 0.0 16412 2368 ttyS0 Ss+ May06 0:00 /sbin/agetty -o -p – \u --keep-baud 115200,38400,9600 ttyS0 vt220
root 1879 0.0 0.0 14888 1896 tty1 Ss+ May06 0:00 /sbin/agetty -o -p – \u --noclear tty1 linux
root 2008 0.0 0.0 4504 1684 ? Ss May06 0:00 /bin/sh /snap/lxd/10601/commands/daemon.start
root 2113 1.2 1.1 1506244 96872 ? Sl May06 18:23 _ lxd --logfile /var/snap/lxd/common/lxd/logs/lxd.log --group lxd
root 2262 0.0 0.2 325740 22308 ? Sl May06 0:05 _ /snap/lxd/current/bin/lxd forkdns 240.144.40.1:1053 lxd 240.144.40.1 240.50.133.1 240.143.191.1
root 2108 0.0 0.0 234792 1420 ? Sl May06 0:00 lxcfs /var/snap/lxd/common/var/lib/lxcfs -p /var/snap/lxd/common/lxcfs.pid
lxd 2248 0.0 0.0 51660 2900 ? S May06 0:00 dnsmasq --strict-order --bind-interfaces --pid-file=/var/snap/lxd/common/lxd/networks/lxdfan0/dnsmasq.pid --except-interface=lo --interface=lxdfan0 --quiet-dhcp --quiet-dhcp6 --quiet-ra --listen-address=240.144.40.1 --dhcp-no-override --dhcp-authoritative --dhcp-leasefile=/var/snap/lxd/common/lxd/networks/lxdfan0/dnsmasq.leases --dhcp-hostsfile=/var/snap/lxd/common/lxd/networks/lxdfan0/dnsmasq.hosts --dhcp-range 240.144.40.2,240.144.40.254 -s __internal -S /__internal/ -S /lxd/240.144.40.1#1053 --dhcp-option=15,lxd --conf-file=/var/snap/lxd/common/lxd/networks/lxdfan0/dnsmasq.raw -u lxd
root 2366 0.0 0.0 375140 7132 ? Ss May06 0:00 [lxc monitor] /var/snap/lxd/common/lxd/containers c3
1000000 2386 0.0 0.0 37512 4156 ? Ss May06 0:00 _ /sbin/init
1000000 2810 0.0 0.0 35272 3568 ? Ss May06 0:00 _ /lib/systemd/systemd-journald
1000000 2887 0.0 0.0 41764 1944 ? Ss May06 0:00 _ /lib/systemd/systemd-udevd
1000000 3907 0.0 0.0 16128 2476 ? Ss May06 0:00 _ /sbin/dhclient -1 -v -pf /run/dhclient.eth0.pid -lf /var/lib/dhcp/dhclient.eth0.leases -I -df /var/lib/dhcp/dhclient6.eth0.leases eth0
1000000 4253 0.0 0.0 274488 4552 ? Ssl May06 0:01 _ /usr/lib/accountsservice/accounts-daemon
1000000 4255 0.0 0.0 20096 2000 ? Ss May06 0:00 _ /lib/systemd/systemd-logind
1000107 4261 0.0 0.0 42900 2956 ? Ss May06 0:00 _ /usr/bin/dbus-daemon --system --address=systemd: --nofork --nopidfile --systemd-activation
1000000 4264 0.0 0.0 5220 116 ? Ss May06 0:01 _ /sbin/iscsid
1000000 4266 0.0 0.0 5720 3468 ? SLs May06 0:09 _ /sbin/iscsid
1000000 4367 0.0 0.0 27728 2412 ? Ss May06 0:00 _ /usr/sbin/cron -f
1000104 4371 0.0 0.0 186896 3016 ? Ssl May06 0:00 _ /usr/sbin/rsyslogd -n
1000001 4383 0.0 0.0 26044 1824 ? Ss May06 0:00 _ /usr/sbin/atd -f
1000000 4488 0.0 0.0 14472 1808 pts/0 Ss+ May06 0:00 _ /sbin/agetty --noclear --keep-baud console 115200 38400 9600 vt220
1000000 4502 0.0 0.0 65512 4296 ? Ss May06 0:00 _ /usr/sbin/sshd -D
1000000 4535 0.0 0.0 277180 4676 ? Ssl May06 0:00 _ /usr/lib/policykit-1/polkitd --no-debug
root 2531 0.0 0.0 308196 6900 ? Ss May06 0:00 [lxc monitor] /var/snap/lxd/common/lxd/containers c6
1000000 2601 0.0 0.0 38192 4840 ? Ss May06 0:00 _ /sbin/init
1000000 2891 0.0 0.0 35272 3548 ? Ss May06 0:00 _ /lib/systemd/systemd-journald
1000000 2952 0.0 0.0 41764 1948 ? Ss May06 0:00 _ /lib/systemd/systemd-udevd
1000000 4033 0.0 0.0 16128 2472 ? Ss May06 0:00 _ /sbin/dhclient -1 -v -pf /run/dhclient.eth0.pid -lf /var/lib/dhcp/dhclient.eth0.leases -I -df /var/lib/dhcp/dhclient6.eth0.leases eth0
1000104 4223 0.0 0.0 186896 2412 ? Ssl May06 0:00 _ /usr/sbin/rsyslogd -n
1000001 4225 0.0 0.0 26044 1408 ? Ss May06 0:00 _ /usr/sbin/atd -f
1000000 4246 0.0 0.0 27728 1796 ? Ss May06 0:00 _ /usr/sbin/cron -f
1000000 4247 0.0 0.0 20096 1896 ? Ss May06 0:00 _ /lib/systemd/systemd-logind
1000107 4262 0.0 0.0 42900 2408 ? Ss May06 0:00 _ /usr/bin/dbus-daemon --system --address=systemd: --nofork --nopidfile --systemd-activation
1000000 4332 0.0 0.0 274488 4184 ? Ssl May06 0:01 _ /usr/lib/accountsservice/accounts-daemon
1000000 4348 0.0 0.0 5220 116 ? Ss May06 0:01 _ /sbin/iscsid
1000000 4355 0.0 0.0 5720 3500 ? SLs May06 0:09 _ /sbin/iscsid
1000000 4430 0.0 0.0 277184 4720 ? Ssl May06 0:00 _ /usr/lib/policykit-1/polkitd --no-debug
1000000 4470 0.0 0.0 65512 4160 ? Ss May06 0:00 _ /usr/sbin/sshd -D
1000000 4492 0.0 0.0 14472 1804 ? Ss+ May06 0:00 _ /sbin/agetty --noclear --keep-baud console 115200 38400 9600 vt220
root 27829 0.0 0.0 76764 7028 ? Ss May07 0:00 /lib/systemd/systemd --user
root 27830 0.0 0.0 257032 2576 ? S May07 0:00 _ (sd-pam)

root@host01:/# netstat -lnp
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
tcp 0 0 240.50.133.1:53 0.0.0.0:* LISTEN 2214/dnsmasq
tcp 0 0 127.0.0.53:53 0.0.0.0:* LISTEN 1441/systemd-resolv
tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 1859/sshd
tcp 0 0 10.135.50.133:8443 0.0.0.0:* LISTEN 2076/lxd
tcp6 0 0 :::22 :::* LISTEN 1859/sshd
udp 0 0 240.50.133.1:53 0.0.0.0:* 2214/dnsmasq
udp 0 0 127.0.0.53:53 0.0.0.0:* 1441/systemd-resolv
udp 0 0 0.0.0.0:67 0.0.0.0:* 2214/dnsmasq
udp 0 0 0.0.0.0:8472 0.0.0.0:* -
udp 0 0 240.50.133.1:1053 0.0.0.0:* 2227/lxd
raw6 0 0 :::58 :::* 7 1439/systemd-networ
raw6 0 0 :::58 :::* 7 1439/systemd-networ
Active UNIX domain sockets (only servers)
Proto RefCnt Flags Type State I-Node PID/Program name Path
unix 2 [ ACC ] STREAM LISTENING 22246 2076/lxd /var/snap/lxd/common/lxd/devlxd/sock
unix 2 [ ACC ] SEQPACKET LISTENING 12573 1/init /run/udev/control
unix 2 [ ACC ] STREAM LISTENING 95701 27808/systemd /run/user/0/systemd/private
unix 2 [ ACC ] STREAM LISTENING 95705 27808/systemd /run/user/0/gnupg/S.gpg-agent
unix 2 [ ACC ] STREAM LISTENING 95706 27808/systemd /run/user/0/gnupg/S.gpg-agent.ssh
unix 2 [ ACC ] STREAM LISTENING 95707 27808/systemd /run/user/0/gnupg/S.gpg-agent.extra
unix 2 [ ACC ] STREAM LISTENING 95708 27808/systemd /run/user/0/gnupg/S.gpg-agent.browser
unix 2 [ ACC ] STREAM LISTENING 95709 27808/systemd /run/user/0/gnupg/S.dirmngr
unix 2 [ ACC ] STREAM LISTENING 15228 1/init /var/snap/lxd/common/lxd/unix.socket
unix 2 [ ACC ] STREAM LISTENING 15230 1/init /run/uuidd/request
unix 2 [ ACC ] STREAM LISTENING 15232 1/init /var/run/dbus/system_bus_socket
unix 2 [ ACC ] STREAM LISTENING 15234 1/init /run/acpid.socket
unix 2 [ ACC ] STREAM LISTENING 15237 1/init /run/snapd.socket
unix 2 [ ACC ] STREAM LISTENING 15239 1/init /run/snapd-snap.socket
unix 2 [ ACC ] STREAM LISTENING 15259 1795/irqbalance @irqbalance1795.sock
unix 2 [ ACC ] STREAM LISTENING 22777 2551/[lxc monitor] @/var/snap/lxd/common/lxd/containers/c4/command
unix 2 [ ACC ] STREAM LISTENING 18217 2331/[lxc monitor] @/var/snap/lxd/common/lxd/containers/c1/command
unix 2 [ ACC ] STREAM LISTENING 12566 1/init /run/systemd/private
unix 2 [ ACC ] STREAM LISTENING 12571 1/init /run/lvm/lvmetad.socket
unix 2 [ ACC ] STREAM LISTENING 12575 1/init /run/lvm/lvmpolld.socket
unix 2 [ ACC ] STREAM LISTENING 12578 1/init /run/systemd/journal/stdout
unix 2 [ ACC ] STREAM LISTENING 22241 2076/lxd @0001a
unix 2 [ ACC ] STREAM LISTENING 15236 1/init @ISCSIADM_ABSTRACT_NAMESPACE

root@host02:~# netstat -lnp
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
tcp 0 0 240.143.191.1:53 0.0.0.0:* LISTEN 23019/dnsmasq
tcp 0 0 127.0.0.53:53 0.0.0.0:* LISTEN 1376/systemd-resolv
tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 1773/sshd
tcp 0 0 10.135.143.191:8443 0.0.0.0:* LISTEN 22895/lxd
tcp6 0 0 fe80::342b:ecff:fe96:53 :::* LISTEN 23019/dnsmasq
tcp6 0 0 :::22 :::* LISTEN 1773/sshd
udp 0 0 240.143.191.1:53 0.0.0.0:* 23019/dnsmasq
udp 0 0 127.0.0.53:53 0.0.0.0:* 1376/systemd-resolv
udp 0 0 0.0.0.0:67 0.0.0.0:* 23019/dnsmasq
udp 0 0 0.0.0.0:8472 0.0.0.0:* -
udp 0 0 240.143.191.1:1053 0.0.0.0:* 23025/lxd
udp6 0 0 fe80::342b:ecff:fe96:53 :::* 23019/dnsmasq
raw6 0 0 :::58 :::* 7 1374/systemd-networ
raw6 0 0 :::58 :::* 7 1374/systemd-networ
Active UNIX domain sockets (only servers)
Proto RefCnt Flags Type State I-Node PID/Program name Path
unix 2 [ ACC ] STREAM LISTENING 95817 22895/lxd /var/snap/lxd/common/lxd/devlxd/sock
unix 2 [ ACC ] SEQPACKET LISTENING 11684 1/init /run/udev/control
unix 2 [ ACC ] STREAM LISTENING 181440 16147/systemd /run/user/0/systemd/private
unix 2 [ ACC ] STREAM LISTENING 181444 16147/systemd /run/user/0/gnupg/S.gpg-agent.extra
unix 2 [ ACC ] STREAM LISTENING 181445 16147/systemd /run/user/0/gnupg/S.gpg-agent.browser
unix 2 [ ACC ] STREAM LISTENING 181446 16147/systemd /run/user/0/gnupg/S.gpg-agent.ssh
unix 2 [ ACC ] STREAM LISTENING 181447 16147/systemd /run/user/0/gnupg/S.dirmngr
unix 2 [ ACC ] STREAM LISTENING 181448 16147/systemd /run/user/0/gnupg/S.gpg-agent
unix 2 [ ACC ] STREAM LISTENING 14326 1/init /var/snap/lxd/common/lxd/unix.socket
unix 2 [ ACC ] STREAM LISTENING 14304 1/init /run/snapd.socket
unix 2 [ ACC ] STREAM LISTENING 14310 1/init /run/snapd-snap.socket
unix 2 [ ACC ] STREAM LISTENING 14319 1/init /var/run/dbus/system_bus_socket
unix 2 [ ACC ] STREAM LISTENING 14294 1/init /run/uuidd/request
unix 2 [ ACC ] STREAM LISTENING 103622 24403/[lxc monitor] @/var/snap/lxd/common/lxd/containers/c2/command
unix 2 [ ACC ] STREAM LISTENING 18129 1730/irqbalance @irqbalance1730.sock
unix 2 [ ACC ] STREAM LISTENING 23629 2543/[lxc monitor] @/var/snap/lxd/common/lxd/containers/c5/command
unix 2 [ ACC ] STREAM LISTENING 11668 1/init /run/systemd/private
unix 2 [ ACC ] STREAM LISTENING 11686 1/init /run/lvm/lvmpolld.socket
unix 2 [ ACC ] STREAM LISTENING 11688 1/init /run/lvm/lvmetad.socket
unix 2 [ ACC ] STREAM LISTENING 11691 1/init /run/systemd/journal/stdout
unix 2 [ ACC ] STREAM LISTENING 14318 1/init @ISCSIADM_ABSTRACT_NAMESPACE
unix 2 [ ACC ] STREAM LISTENING 14298 1/init /run/acpid.socket
unix 2 [ ACC ] STREAM LISTENING 95813 22895/lxd @00059

root@host03:~# netstat -lnp
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
tcp 0 0 240.144.40.1:53 0.0.0.0:* LISTEN 2248/dnsmasq
tcp 0 0 127.0.0.53:53 0.0.0.0:* LISTEN 1445/systemd-resolv
tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 1846/sshd
tcp 0 0 10.135.144.40:8443 0.0.0.0:* LISTEN 2113/lxd
tcp6 0 0 :::22 :::* LISTEN 1846/sshd
udp 0 0 240.144.40.1:53 0.0.0.0:* 2248/dnsmasq
udp 0 0 127.0.0.53:53 0.0.0.0:* 1445/systemd-resolv
udp 0 0 0.0.0.0:67 0.0.0.0:* 2248/dnsmasq
udp 0 0 0.0.0.0:8472 0.0.0.0:* -
udp 0 0 240.144.40.1:1053 0.0.0.0:* 2262/lxd
raw6 0 0 :::58 :::* 7 1444/systemd-networ
raw6 0 0 :::58 :::* 7 1444/systemd-networ
Active UNIX domain sockets (only servers)
Proto RefCnt Flags Type State I-Node PID/Program name Path
unix 2 [ ACC ] STREAM LISTENING 20136 2113/lxd /var/snap/lxd/common/lxd/devlxd/sock
unix 2 [ ACC ] STREAM LISTENING 18022 1/init /run/snapd-snap.socket
unix 2 [ ACC ] SEQPACKET LISTENING 14681 1/init /run/udev/control
unix 2 [ ACC ] STREAM LISTENING 96086 27829/systemd /run/user/0/systemd/private
unix 2 [ ACC ] STREAM LISTENING 96090 27829/systemd /run/user/0/gnupg/S.gpg-agent.ssh
unix 2 [ ACC ] STREAM LISTENING 96091 27829/systemd /run/user/0/gnupg/S.dirmngr
unix 2 [ ACC ] STREAM LISTENING 96092 27829/systemd /run/user/0/gnupg/S.gpg-agent.browser
unix 2 [ ACC ] STREAM LISTENING 96093 27829/systemd /run/user/0/gnupg/S.gpg-agent
unix 2 [ ACC ] STREAM LISTENING 96094 27829/systemd /run/user/0/gnupg/S.gpg-agent.extra
unix 2 [ ACC ] STREAM LISTENING 18020 1/init /run/snapd.socket
unix 2 [ ACC ] STREAM LISTENING 18024 1/init /run/uuidd/request
unix 2 [ ACC ] STREAM LISTENING 18029 1/init /var/run/dbus/system_bus_socket
unix 2 [ ACC ] STREAM LISTENING 21113 2366/[lxc monitor] @/var/snap/lxd/common/lxd/containers/c3/command
unix 2 [ ACC ] STREAM LISTENING 18297 1807/irqbalance @irqbalance1807.sock
unix 2 [ ACC ] STREAM LISTENING 23727 2531/[lxc monitor] @/var/snap/lxd/common/lxd/containers/c6/command
unix 2 [ ACC ] STREAM LISTENING 18031 1/init /run/acpid.socket
unix 2 [ ACC ] STREAM LISTENING 14660 1/init /run/systemd/private
unix 2 [ ACC ] STREAM LISTENING 14665 1/init /run/systemd/journal/stdout
unix 2 [ ACC ] STREAM LISTENING 14672 1/init /run/lvm/lvmpolld.socket
unix 2 [ ACC ] STREAM LISTENING 14676 1/init /run/lvm/lvmetad.socket
unix 2 [ ACC ] STREAM LISTENING 21733 2113/lxd @0001a
unix 2 [ ACC ] STREAM LISTENING 18027 1/init /var/snap/lxd/common/lxd/unix.socket
unix 2 [ ACC ] STREAM LISTENING 18026 1/init @ISCSIADM_ABSTRACT_NAMESPACE

tcpdumping for port 1053 DNS traffic may shed some light on what’s going on.

The LXD setup basically makes it so that any NAME.lxd query is sent to the local forkdns process which then asks all dnsmasq daemons about NAME.__internal which is the domain used for our dnsmasq dynamic DNS records. If such a record exists on one of the dnsmasq in the cluster, this record is rewritten back to the request .lxd record and sent back to the client.

So for blah.lxd on node1 you should get the right response when querying blah.lxd on any of the dnsmasq or by directly interrogating the forkdns process with blah.lxd or by directly interrogating the correct dnsmasq process with blah.__internal.

Running tcpdump on host1 <<<

root@host01:~# tcpdump -i lxdfan0 udp port 1053
tcpdump: verbose output suppressed, use -v or -vv for full protocol decode
listening on lxdfan0, link-type EN10MB (Ethernet), capture size 262144 bytes
(Remains totally silent no matter what I do on the containers)

root@host01:~# tcpdump -i lxdfan0 udp port 53
tcpdump: verbose output suppressed, use -v or -vv for full protocol decode
listening on lxdfan0, link-type EN10MB (Ethernet), capture size 262144 bytes

root@c1:~# ping google.com (from host2)(successful)

10:05:02.304019 IP 240.50.133.56.44640 > host01.domain: 23722+ A? google.com. (28)
10:05:02.310020 IP host01.domain > 240.50.133.56.44640: 23722 1/0/0 A 172.217.18.110 (44)
10:05:02.311710 IP 240.50.133.56.43429 > host01.domain: 46204+ PTR? 110.18.217.172.in-addr.arpa. (45)
10:05:02.311863 IP host01.domain > 240.50.133.56.43429: 46204 2/0/0 PTR zrh04s05-in-f110.1e100.net., PTR fra16s42-in-f14.1e100.net. (124)

root@c1:~# ping c1.lxd (from host2)(successful)

10:06:49.537298 IP 240.50.133.56.59210 > host01.domain: 11180+ A? c1.lxd. (24)
10:06:49.537552 IP host01.domain > 240.50.133.56.59210: 11180 1/0/0 A 240.50.133.56 (40)
10:06:49.537846 IP 240.50.133.56.57351 > host01.domain: 53052+ PTR? 56.133.50.240.in-addr.arpa. (44)

root@c1:~# ping c2.lxd (from host2)(unknown host c2.lxd)

10:07:45.385543 IP 240.50.133.56.60152 > host01.domain: 26409+ A? c2.lxd. (24)
10:07:45.385705 IP host01.domain > 240.50.133.56.60152: 26409 NXDomain 0/0/0 (24)
10:07:45.385806 IP 240.50.133.56.43530 > host01.domain: 61887+ A? c2.lxd.lxd. (28)
10:07:45.386013 IP host01.domain > 240.50.133.56.43530: 61887 NXDomain 0/0/0 (28)

root@host03:~# ping google.com (successful)

No record.

root@c3:~# ping c1.lxd (from host3)(unknown host c1.lxd)

No record

root@c3:~# ping c1.lxd (from host3)(successful)

No record

root@c1:~# ping c1.lxd (from host3)(successful)

10:20:22.121883 IP 240.50.133.56.51880 > host01.domain: 55295+ A? c1.lxd. (24)
10:20:22.121996 IP host01.domain > 240.50.133.56.51880: 55295 1/0/0 A 240.50.133.56 (40)
10:20:22.122326 IP 240.50.133.56.34271 > host01.domain: 17342+ PTR? 56.133.50.240.in-addr.arpa. (44)
10:20:22.122391 IP host01.domain > 240.50.133.56.34271: 17342* 1/0/0 PTR c1.__internal. (71)

root@c1:~# ping c2.lxd (from host3)(unknown host c2.lxd)
10:20:59.596163 IP 240.50.133.56.34148 > host01.domain: 38127+ A? c2.lxd. (24)
10:20:59.596269 IP host01.domain > 240.50.133.56.34148: 38127 NXDomain 0/0/0 (24)
10:20:59.596341 IP 240.50.133.56.60456 > host01.domain: 25679+ A? c2.lxd.lxd. (28)
10:20:59.596389 IP host01.domain > 240.50.133.56.60456: 25679 NXDomain 0/0/0 (28)

root@c1:~# ping c1.lxd (from host1)(successful)

10:14:03.708723 IP 240.50.133.56.34141 > host01.domain: 12861+ A? c1.lxd. (24)
10:14:03.708834 IP host01.domain > 240.50.133.56.34141: 12861 1/0/0 A 240.50.133.56 (40)
10:14:03.709113 IP 240.50.133.56.51472 > host01.domain: 56327+ PTR? 56.133.50.240.in-addr.arpa. (44)
10:14:03.709191 IP host01.domain > 240.50.133.56.51472: 56327* 1/0/0 PTR c1.__internal. (71)

root@c3:~# ping c1.lxd (from host1)( unknown host c1.lxd)

no record

root@c3:~# ping c3.lxd (from host1)( successful)

no record

Running tcpdump on host3 <<<

root@host01:~# tcpdump -i lxdfan0 udp port 1053
tcpdump: verbose output suppressed, use -v or -vv for full protocol decode
listening on lxdfan0, link-type EN10MB (Ethernet), capture size 262144 bytes
(Remains totally silent no matter what I do on the containers)

root@c3:~# ping c1.lxd (from host1)( unknown host c1.lxd)

10:32:30.924838 IP 240.144.40.131.34506 > host03.domain: 61644+ A? c1.lxd. (24)
10:32:30.924947 IP host03.domain > 240.144.40.131.34506: 61644 NXDomain 0/0/0 (24)
10:32:30.925032 IP 240.144.40.131.51741 > host03.domain: 19536+ A? c1.lxd.lxd. (28)
10:32:30.925084 IP host03.domain > 240.144.40.131.51741: 19536 NXDomain 0/0/0 (28)

root@c3:~# ping c2.lxd (from host1)( unknown host c2.lxd)

10:34:11.996444 IP 240.144.40.131.52190 > host03.domain: 23511+ A? c2.lxd. (24)
10:34:11.996569 IP host03.domain > 240.144.40.131.52190: 23511 NXDomain 0/0/0 (24)
10:34:11.996692 IP 240.144.40.131.52788 > host03.domain: 54529+ A? c2.lxd.lxd. (28)
10:34:11.996743 IP host03.domain > 240.144.40.131.52788: 54529 NXDomain 0/0/0 (28)

root@c3:~# ping c3.lxd (from host1)(successful)

10:35:19.853267 IP 240.144.40.131.57888 > host03.domain: 22458+ A? c3.lxd. (24)
10:35:19.853401 IP host03.domain > 240.144.40.131.57888: 22458 1/0/0 A 240.144.40.131 (40)
10:35:19.853623 IP 240.144.40.131.44468 > host03.domain: 57261+ PTR? 131.40.144.240.in-addr.arpa. (45)
10:35:19.853677 IP host03.domain > 240.144.40.131.44468: 57261* 1/0/0 PTR c3.__internal. (72)

After unsuccessfully fighting this setup for some more hours, and since you published 3.13, I rebuilt the cluster with the new version, it works like a charm now, thank you @stgraber

For more info about DNS resolution on the host: