1 | | [ Feb 9 21:15:04 Executing start method ("/opt/oxide/lib/svc/manifest/crucible/agent.sh"). ] |
2 | | + . /lib/svc/share/smf_include.sh |
3 | | ++ SMF_EXIT_OK=0 |
4 | | ++ SMF_EXIT_NODAEMON=94 |
5 | | ++ SMF_EXIT_ERR_FATAL=95 |
6 | | ++ SMF_EXIT_ERR_CONFIG=96 |
7 | | ++ SMF_EXIT_MON_DEGRADE=97 |
8 | | ++ SMF_EXIT_MON_OFFLINE=98 |
9 | | ++ SMF_EXIT_ERR_NOSMF=99 |
10 | | ++ SMF_EXIT_ERR_PERM=100 |
11 | | ++ svcprop -c -p config/datalink svc:/oxide/crucible/agent:default |
12 | | + DATALINK=oxControlService19 |
13 | | ++ svcprop -c -p config/gateway svc:/oxide/crucible/agent:default |
14 | | + GATEWAY=fd00:1122:3344:101::1 |
15 | | ++ svcprop -c -p config/dataset svc:/oxide/crucible/agent:default |
16 | | + DATASET=oxp_f4b4dc87-ab46-49fb-a4b4-d361ae214c03/crucible |
17 | | ++ svcprop -c -p config/listen_addr svc:/oxide/crucible/agent:default |
18 | | + LISTEN_ADDR=fd00:1122:3344:101::1a |
19 | | ++ svcprop -c -p config/listen_port svc:/oxide/crucible/agent:default |
20 | | + LISTEN_PORT=32345 |
21 | | ++ svcprop -c -p config/portbase svc:/oxide/crucible/agent:default |
22 | | + PORTBASE=19000 |
23 | | ++ svcprop -c -p config/downstairs_prefix svc:/oxide/crucible/agent:default |
24 | | + DOWNSTAIRS_PREFIX=downstairs |
25 | | ++ svcprop -c -p config/snapshot_prefix svc:/oxide/crucible/agent:default |
26 | | + SNAPSHOT_PREFIX=snapshot |
27 | | + [[ oxControlService19 == unknown ]] |
28 | | + [[ fd00:1122:3344:101::1 == unknown ]] |
29 | | + ipadm delete-if oxControlService19 |
30 | | ipadm: Could not delete oxControlService19: Interface does not exist |
31 | | + true |
32 | | + ipadm create-if -t oxControlService19 |
33 | | + ipadm set-ifprop -t -p mtu=9000 -m ipv4 oxControlService19 |
34 | | + ipadm set-ifprop -t -p mtu=9000 -m ipv6 oxControlService19 |
35 | | + ipadm show-addr oxControlService19/ll |
36 | | ipadm: Address object not found |
37 | | + ipadm create-addr -t -T addrconf oxControlService19/ll |
38 | | + ipadm show-addr oxControlService19/omicron6 |
39 | | ipadm: Address object not found |
40 | | + ipadm create-addr -t -T static -a fd00:1122:3344:101::1a oxControlService19/omicron6 |
41 | | + route get -inet6 default -inet6 fd00:1122:3344:101::1 |
42 | | default: not in table |
43 | | + route add -inet6 default -inet6 fd00:1122:3344:101::1 |
44 | | add net default: gateway fd00:1122:3344:101::1 |
45 | | + args=('-D' '/opt/oxide/crucible/bin/crucible-downstairs' '--dataset' "$DATASET" '-l' "[$LISTEN_ADDR]:$LISTEN_PORT" '-P' "$PORTBASE" '-p' "$DOWNSTAIRS_PREFIX" '-s' "$SNAPSHOT_PREFIX") |
46 | | + exec /opt/oxide/crucible/bin/crucible-agent run -D /opt/oxide/crucible/bin/crucible-downstairs --dataset oxp_f4b4dc87-ab46-49fb-a4b4-d361ae214c03/crucible -l '[fd00:1122:3344:101::1a]:32345' -P 19000 -p downstairs -s snapshot |
47 | | note: configured to log to "/dev/stdout" |
48 | 2024-02-09T21:15:05.065Z | INFO | crucible-agent: dataset: "oxp_f4b4dc87-ab46-49fb-a4b4-d361ae214c03/crucible"
|
49 | 2024-02-09T21:15:05.072Z | INFO | crucible-agent: listen IP: [fd00:1122:3344:101::1a]:32345
|
50 | 2024-02-09T21:15:05.072Z | INFO | crucible-agent: SMF instance name downstairs_prefix: "downstairs"
|
51 | 2024-02-09T21:15:05.275Z | INFO | crucible-agent (dropshot): listening
local_addr = [fd00:1122:3344:101::1a]:32345
|