Max level shown:
1 [ Sep 20 03:50:23 Enabled. ]
2 [ Sep 20 03:50:23 Rereading configuration. ]
3 [ Sep 20 03:50:25 Rereading configuration. ]
4 [ Sep 20 03:50:26 Executing start method ("/opt/oxide/lib/svc/manifest/crucible/agent.sh"). ]
5 + . /lib/svc/share/smf_include.sh
6 ++ SMF_EXIT_OK=0
7 ++ SMF_EXIT_NODAEMON=94
8 ++ SMF_EXIT_ERR_FATAL=95
9 ++ SMF_EXIT_ERR_CONFIG=96
10 ++ SMF_EXIT_MON_DEGRADE=97
11 ++ SMF_EXIT_MON_OFFLINE=98
12 ++ SMF_EXIT_ERR_NOSMF=99
13 ++ SMF_EXIT_ERR_PERM=100
14 ++ svcprop -c -p config/datalink svc:/oxide/crucible/agent:default
15 + DATALINK=oxControlService14
16 ++ svcprop -c -p config/gateway svc:/oxide/crucible/agent:default
17 + GATEWAY=fd00:1122:3344:101::1
18 ++ svcprop -c -p config/dataset svc:/oxide/crucible/agent:default
19 + DATASET=oxp_14b4dc87-ab46-49fb-a4b4-d361ae214c03/crucible
20 ++ svcprop -c -p config/listen_addr svc:/oxide/crucible/agent:default
21 + LISTEN_ADDR=fd00:1122:3344:101::17
22 ++ svcprop -c -p config/listen_port svc:/oxide/crucible/agent:default
23 + LISTEN_PORT=32345
24 ++ svcprop -c -p config/portbase svc:/oxide/crucible/agent:default
25 + PORTBASE=19000
26 ++ svcprop -c -p config/downstairs_prefix svc:/oxide/crucible/agent:default
27 + DOWNSTAIRS_PREFIX=downstairs
28 ++ svcprop -c -p config/snapshot_prefix svc:/oxide/crucible/agent:default
29 + SNAPSHOT_PREFIX=snapshot
30 + [[ oxControlService14 == unknown ]]
31 + [[ fd00:1122:3344:101::1 == unknown ]]
32 + ipadm delete-if oxControlService14
33 ipadm: Could not delete oxControlService14: Interface does not exist
34 + true
35 + ipadm create-if -t oxControlService14
36 + ipadm set-ifprop -t -p mtu=9000 -m ipv4 oxControlService14
37 + ipadm set-ifprop -t -p mtu=9000 -m ipv6 oxControlService14
38 + ipadm show-addr oxControlService14/ll
39 ipadm: Address object not found
40 + ipadm create-addr -t -T addrconf oxControlService14/ll
41 + ipadm show-addr oxControlService14/omicron6
42 ipadm: Address object not found
43 + ipadm create-addr -t -T static -a fd00:1122:3344:101::17 oxControlService14/omicron6
44 + route get -inet6 default -inet6 fd00:1122:3344:101::1
45 default: not in table
46 + route add -inet6 default -inet6 fd00:1122:3344:101::1
47 add net default: gateway fd00:1122:3344:101::1
48 + args=('-D' '/opt/oxide/crucible/bin/crucible-downstairs' '--dataset' "$DATASET" '-l' "[$LISTEN_ADDR]:$LISTEN_PORT" '-P' "$PORTBASE" '-p' "$DOWNSTAIRS_PREFIX" '-s' "$SNAPSHOT_PREFIX")
49 + exec /opt/oxide/crucible/bin/crucible-agent run -D /opt/oxide/crucible/bin/crucible-downstairs --dataset oxp_14b4dc87-ab46-49fb-a4b4-d361ae214c03/crucible -l '[fd00:1122:3344:101::17]:32345' -P 19000 -p downstairs -s snapshot
50 note: configured to log to "/dev/stdout"
512023-09-20T03:50:27.581ZINFOcrucible-agent: dataset: "oxp_14b4dc87-ab46-49fb-a4b4-d361ae214c03/crucible"
522023-09-20T03:50:27.638ZINFOcrucible-agent: listen IP: [fd00:1122:3344:101::17]:32345
532023-09-20T03:50:27.638ZINFOcrucible-agent: SMF instance name downstairs_prefix: "downstairs"
542023-09-20T03:50:27.811ZINFOcrucible-agent (dropshot): listening local_addr = [fd00:1122:3344:101::17]:32345
552023-09-20T03:51:41.926ZINFOcrucible-agent (dropshot): accepted connection local_addr = [fd00:1122:3344:101::17]:32345 remote_addr = [fd00:1122:3344:101::b]:32998
562023-09-20T03:51:41.947ZINFOcrucible-agent (datafile): region eb39c009-a752-49ba-b072-e246ed4f9f70 state: Requested
572023-09-20T03:51:41.954ZINFOcrucible-agent (worker): Region size:1073741824 reservation:1342177280 quota:3221225472
582023-09-20T03:51:41.956ZINFOcrucible-agent (dropshot): request completed latency_us = 17349 local_addr = [fd00:1122:3344:101::17]:32345 method = POST remote_addr = [fd00:1122:3344:101::b]:32998 req_id = 65f73a55-2006-4193-a894-88c59b57cd2f response_code = 200 uri = /crucible/0/regions
592023-09-20T03:51:41.964ZINFOcrucible-agent (worker): zfs set reservation of 1342177280 for oxp_14b4dc87-ab46-49fb-a4b4-d361ae214c03/crucible/regions/eb39c009-a752-49ba-b072-e246ed4f9f70
602023-09-20T03:51:41.964ZINFOcrucible-agent (worker): zfs set quota of 3221225472 for oxp_14b4dc87-ab46-49fb-a4b4-d361ae214c03/crucible/regions/eb39c009-a752-49ba-b072-e246ed4f9f70
612023-09-20T03:51:42.013ZINFOcrucible-agent (worker): creating region Region { id: RegionId("eb39c009-a752-49ba-b072-e246ed4f9f70"), state: Requested, block_size: 512, extent_size: 131072, extent_count: 16, encrypted: true, port_number: 19000, cert_pem: None, key_pem: None, root_pem: None } at "/data/regions/eb39c009-a752-49ba-b072-e246ed4f9f70" region = eb39c009-a752-49ba-b072-e246ed4f9f70
622023-09-20T03:51:42.215ZINFOcrucible-agent (worker): region files created ok region = eb39c009-a752-49ba-b072-e246ed4f9f70
632023-09-20T03:51:42.215ZINFOcrucible-agent (datafile): region eb39c009-a752-49ba-b072-e246ed4f9f70 state: Requested -> Created
642023-09-20T03:51:42.215ZINFOcrucible-agent (worker): applying SMF actions post create...
652023-09-20T03:51:42.227ZINFOcrucible-agent (worker): creating missing downstairs instance downstairs-eb39c009-a752-49ba-b072-e246ed4f9f70
662023-09-20T03:51:42.230ZINFOcrucible-agent (worker): ok, have svc:/oxide/crucible/downstairs:downstairs-eb39c009-a752-49ba-b072-e246ed4f9f70
672023-09-20T03:51:42.240ZINFOcrucible-agent (worker): creating config property group
682023-09-20T03:51:42.244ZINFOcrucible-agent (worker): reconfiguring svc:/oxide/crucible/downstairs:downstairs-eb39c009-a752-49ba-b072-e246ed4f9f70
692023-09-20T03:51:42.246ZINFOcrucible-agent (worker): ensure directory SCF_TYPE_ASTRING /data/regions/eb39c009-a752-49ba-b072-e246ed4f9f70
702023-09-20T03:51:42.246ZINFOcrucible-agent (worker): ensure port SCF_TYPE_COUNT 19000
712023-09-20T03:51:42.246ZINFOcrucible-agent (worker): ensure address SCF_TYPE_ASTRING fd00:1122:3344:101::17
722023-09-20T03:51:42.246ZINFOcrucible-agent (worker): commit
732023-09-20T03:51:42.257ZINFOcrucible-agent (worker): ok!
742023-09-20T03:51:42.266ZINFOcrucible-agent (worker): SMF ok!
752023-09-20T03:51:42.320ZINFOcrucible-agent (dropshot): request completed latency_us = 76 local_addr = [fd00:1122:3344:101::17]:32345 method = POST remote_addr = [fd00:1122:3344:101::b]:32998 req_id = 030e7c2e-66aa-4fbb-97c4-abd42197008c response_code = 200 uri = /crucible/0/regions
762023-09-20T03:51:42.581ZINFOcrucible-agent (dropshot): accepted connection local_addr = [fd00:1122:3344:101::17]:32345 remote_addr = [fd00:1122:3344:101::b]:63332
772023-09-20T03:51:42.643ZINFOcrucible-agent (dropshot): request completed latency_us = 205 local_addr = [fd00:1122:3344:101::17]:32345 method = GET remote_addr = [fd00:1122:3344:101::b]:63332 req_id = 90d7e54d-5116-415a-93cc-e16b41d3b2e0 response_code = 200 uri = /crucible/0/regions/eb39c009-a752-49ba-b072-e246ed4f9f70
782023-09-20T03:51:42.643ZINFOcrucible-agent (datafile): path is "/data/regions/eb39c009-a752-49ba-b072-e246ed4f9f70"
792023-09-20T03:51:42.654ZINFOcrucible-agent (datafile): dataset is oxp_14b4dc87-ab46-49fb-a4b4-d361ae214c03/crucible/regions/eb39c009-a752-49ba-b072-e246ed4f9f70
802023-09-20T03:51:42.665ZINFOcrucible-agent (datafile): region eb39c009-a752-49ba-b072-e246ed4f9f70 state: Created -> Tombstoned
812023-09-20T03:51:42.666ZINFOcrucible-agent (worker): applying SMF actions before removal...
822023-09-20T03:51:42.668ZINFOcrucible-agent (dropshot): request completed latency_us = 25497 local_addr = [fd00:1122:3344:101::17]:32345 method = DELETE remote_addr = [fd00:1122:3344:101::b]:63332 req_id = ab3a194b-50bc-4b6e-b532-41e4bf28b1dc response_code = 204 uri = /crucible/0/regions/eb39c009-a752-49ba-b072-e246ed4f9f70
832023-09-20T03:51:42.669ZINFOcrucible-agent (dropshot): request completed latency_us = 70 local_addr = [fd00:1122:3344:101::17]:32345 method = GET remote_addr = [fd00:1122:3344:101::b]:63332 req_id = b35158b1-aacc-4c50-950f-760ca1e1ebcc response_code = 200 uri = /crucible/0/regions/eb39c009-a752-49ba-b072-e246ed4f9f70
842023-09-20T03:51:42.676ZERROcrucible-agent (worker): remove downstairs instance: downstairs-eb39c009-a752-49ba-b072-e246ed4f9f70
852023-09-20T03:51:42.677ZINFOcrucible-agent (worker): instance states: (Some(Online), None)
862023-09-20T03:51:42.681ZINFOcrucible-agent (worker): SMF ok!
872023-09-20T03:51:42.692ZINFOcrucible-agent (worker): deleting zfs dataset "oxp_14b4dc87-ab46-49fb-a4b4-d361ae214c03/crucible/regions/eb39c009-a752-49ba-b072-e246ed4f9f70" region = eb39c009-a752-49ba-b072-e246ed4f9f70
882023-09-20T03:51:42.747ZINFOcrucible-agent (datafile): region eb39c009-a752-49ba-b072-e246ed4f9f70 state: Tombstoned -> Destroyed
892023-09-20T03:51:42.789ZINFOcrucible-agent (dropshot): request completed latency_us = 78 local_addr = [fd00:1122:3344:101::17]:32345 method = GET remote_addr = [fd00:1122:3344:101::b]:63332 req_id = 39cf8bbd-6617-4648-8cd4-5f9d832ecbe9 response_code = 200 uri = /crucible/0/regions/eb39c009-a752-49ba-b072-e246ed4f9f70
902023-09-20T03:51:44.850ZINFOcrucible-agent (dropshot): accepted connection local_addr = [fd00:1122:3344:101::17]:32345 remote_addr = [fd00:1122:3344:101::b]:44409
912023-09-20T03:51:44.913ZINFOcrucible-agent (datafile): region faebcf53-e2da-4bab-89d0-6a4e2e117803 state: Requested
922023-09-20T03:51:44.913ZINFOcrucible-agent (worker): Region size:2147483648 reservation:2684354560 quota:6442450944
932023-09-20T03:51:44.913ZINFOcrucible-agent (dropshot): request completed latency_us = 199 local_addr = [fd00:1122:3344:101::17]:32345 method = POST remote_addr = [fd00:1122:3344:101::b]:44409 req_id = 3a373b06-d7ec-4725-8dce-bef14dc1653c response_code = 200 uri = /crucible/0/regions
942023-09-20T03:51:44.922ZINFOcrucible-agent (worker): zfs set reservation of 2684354560 for oxp_14b4dc87-ab46-49fb-a4b4-d361ae214c03/crucible/regions/faebcf53-e2da-4bab-89d0-6a4e2e117803
952023-09-20T03:51:44.922ZINFOcrucible-agent (worker): zfs set quota of 6442450944 for oxp_14b4dc87-ab46-49fb-a4b4-d361ae214c03/crucible/regions/faebcf53-e2da-4bab-89d0-6a4e2e117803
962023-09-20T03:51:44.982ZINFOcrucible-agent (worker): creating region Region { id: RegionId("faebcf53-e2da-4bab-89d0-6a4e2e117803"), state: Requested, block_size: 512, extent_size: 131072, extent_count: 32, encrypted: true, port_number: 19000, cert_pem: None, key_pem: None, root_pem: None } at "/data/regions/faebcf53-e2da-4bab-89d0-6a4e2e117803" region = faebcf53-e2da-4bab-89d0-6a4e2e117803
972023-09-20T03:51:45.040ZINFOcrucible-agent (worker): region files created ok region = faebcf53-e2da-4bab-89d0-6a4e2e117803
982023-09-20T03:51:45.040ZINFOcrucible-agent (datafile): region faebcf53-e2da-4bab-89d0-6a4e2e117803 state: Requested -> Created
992023-09-20T03:51:45.040ZINFOcrucible-agent (worker): applying SMF actions post create...
1002023-09-20T03:51:45.051ZERROcrucible-agent (worker): remove downstairs instance: downstairs-eb39c009-a752-49ba-b072-e246ed4f9f70
1012023-09-20T03:51:45.052ZINFOcrucible-agent (worker): instance states: (Some(Disabled), None)
1022023-09-20T03:51:45.052ZINFOcrucible-agent (worker): creating missing downstairs instance downstairs-faebcf53-e2da-4bab-89d0-6a4e2e117803
1032023-09-20T03:51:45.056ZINFOcrucible-agent (worker): ok, have svc:/oxide/crucible/downstairs:downstairs-faebcf53-e2da-4bab-89d0-6a4e2e117803
1042023-09-20T03:51:45.063ZINFOcrucible-agent (worker): creating config property group
1052023-09-20T03:51:45.069ZINFOcrucible-agent (worker): reconfiguring svc:/oxide/crucible/downstairs:downstairs-faebcf53-e2da-4bab-89d0-6a4e2e117803
1062023-09-20T03:51:45.069ZINFOcrucible-agent (worker): ensure directory SCF_TYPE_ASTRING /data/regions/faebcf53-e2da-4bab-89d0-6a4e2e117803
1072023-09-20T03:51:45.069ZINFOcrucible-agent (worker): ensure port SCF_TYPE_COUNT 19000
1082023-09-20T03:51:45.069ZINFOcrucible-agent (worker): ensure address SCF_TYPE_ASTRING fd00:1122:3344:101::17
1092023-09-20T03:51:45.069ZINFOcrucible-agent (worker): commit
1102023-09-20T03:51:45.073ZINFOcrucible-agent (worker): ok!
1112023-09-20T03:51:45.079ZINFOcrucible-agent (worker): SMF ok!
1122023-09-20T03:51:45.212ZINFOcrucible-agent (dropshot): request completed latency_us = 77 local_addr = [fd00:1122:3344:101::17]:32345 method = POST remote_addr = [fd00:1122:3344:101::b]:44409 req_id = 633d5110-7963-4b38-9916-1d9bdf49853b response_code = 200 uri = /crucible/0/regions
1132023-09-20T03:54:37.177ZINFOcrucible-agent (dropshot): accepted connection local_addr = [fd00:1122:3344:101::17]:32345 remote_addr = [fd00:1122:3344:101::b]:45121
1142023-09-20T03:54:37.239ZINFOcrucible-agent (dropshot): request completed latency_us = 52 local_addr = [fd00:1122:3344:101::17]:32345 method = GET remote_addr = [fd00:1122:3344:101::b]:45121 req_id = 2728d4f7-e3f4-4013-af3d-f72360a8b3c9 response_code = 200 uri = /crucible/0/regions/faebcf53-e2da-4bab-89d0-6a4e2e117803
1152023-09-20T03:54:37.240ZINFOcrucible-agent (datafile): path is "/data/regions/faebcf53-e2da-4bab-89d0-6a4e2e117803"
1162023-09-20T03:54:37.256ZINFOcrucible-agent (datafile): dataset is oxp_14b4dc87-ab46-49fb-a4b4-d361ae214c03/crucible/regions/faebcf53-e2da-4bab-89d0-6a4e2e117803
1172023-09-20T03:54:37.267ZINFOcrucible-agent (datafile): region faebcf53-e2da-4bab-89d0-6a4e2e117803 state: Created -> Tombstoned
1182023-09-20T03:54:37.267ZINFOcrucible-agent (worker): applying SMF actions before removal...
1192023-09-20T03:54:37.268ZINFOcrucible-agent (dropshot): request completed latency_us = 28019 local_addr = [fd00:1122:3344:101::17]:32345 method = DELETE remote_addr = [fd00:1122:3344:101::b]:45121 req_id = a9b471fd-cf58-4962-be30-ea4c5962873d response_code = 204 uri = /crucible/0/regions/faebcf53-e2da-4bab-89d0-6a4e2e117803
1202023-09-20T03:54:37.270ZINFOcrucible-agent (dropshot): request completed latency_us = 516 local_addr = [fd00:1122:3344:101::17]:32345 method = GET remote_addr = [fd00:1122:3344:101::b]:45121 req_id = bfbd751b-151e-42e4-9ef9-5514db24705f response_code = 200 uri = /crucible/0/regions/faebcf53-e2da-4bab-89d0-6a4e2e117803
1212023-09-20T03:54:37.278ZERROcrucible-agent (worker): remove downstairs instance: downstairs-eb39c009-a752-49ba-b072-e246ed4f9f70
1222023-09-20T03:54:37.278ZINFOcrucible-agent (worker): instance states: (Some(Disabled), None)
1232023-09-20T03:54:37.279ZERROcrucible-agent (worker): remove downstairs instance: downstairs-faebcf53-e2da-4bab-89d0-6a4e2e117803
1242023-09-20T03:54:37.279ZINFOcrucible-agent (worker): instance states: (Some(Online), None)
1252023-09-20T03:54:37.294ZINFOcrucible-agent (worker): SMF ok!
1262023-09-20T03:54:37.305ZINFOcrucible-agent (worker): deleting zfs dataset "oxp_14b4dc87-ab46-49fb-a4b4-d361ae214c03/crucible/regions/faebcf53-e2da-4bab-89d0-6a4e2e117803" region = faebcf53-e2da-4bab-89d0-6a4e2e117803
1272023-09-20T03:54:37.359ZINFOcrucible-agent (datafile): region faebcf53-e2da-4bab-89d0-6a4e2e117803 state: Tombstoned -> Destroyed
1282023-09-20T03:54:37.409ZINFOcrucible-agent (dropshot): request completed latency_us = 81 local_addr = [fd00:1122:3344:101::17]:32345 method = GET remote_addr = [fd00:1122:3344:101::b]:45121 req_id = d111bc64-ad2a-467d-af59-650ca83ef3ed response_code = 200 uri = /crucible/0/regions/faebcf53-e2da-4bab-89d0-6a4e2e117803