| 1 | | [ Mar 17 20:59:54 Enabled. ] |
| 2 | | [ Mar 17 20:59:54 Rereading configuration. ] |
| 3 | | [ Mar 17 20:59:55 Rereading configuration. ] |
| 4 | | [ Mar 17 20:59:58 Executing start method ("/opt/oxide/lib/svc/manifest/cockroachdb.sh"). ] |
| 5 | | + set -o errexit |
| 6 | | + set -o pipefail |
| 7 | | + . /lib/svc/share/smf_include.sh |
| 8 | | ++ SMF_EXIT_OK=0 |
| 9 | | ++ SMF_EXIT_NODAEMON=94 |
| 10 | | ++ SMF_EXIT_ERR_FATAL=95 |
| 11 | | ++ SMF_EXIT_ERR_CONFIG=96 |
| 12 | | ++ SMF_EXIT_MON_DEGRADE=97 |
| 13 | | ++ SMF_EXIT_MON_OFFLINE=98 |
| 14 | | ++ SMF_EXIT_ERR_NOSMF=99 |
| 15 | | ++ SMF_EXIT_ERR_PERM=100 |
| 16 | | ++ svcprop -c -p config/listen_addr svc:/oxide/cockroachdb:default |
| 17 | | + LISTEN_ADDR='[fd00:1122:3344:101::4]:32221' |
| 18 | | ++ svcprop -c -p config/store svc:/oxide/cockroachdb:default |
| 19 | | + DATASTORE=/data |
| 20 | | ++ /opt/oxide/internal-dns-cli/bin/dnswait cockroach |
| 21 | | ++ head -n 5 |
| 22 | | ++ tr '\n' , |
| 23 | | note: configured to log to "/dev/stderr" |
| 24 | 2026-03-17T20:59:58.204Z | INFO | dnswait: using system configuration
|
| 25 | | + JOIN_ADDRS=535429c1-eb4e-4864-ba33-cb3118df55c7.host.control-plane.oxide.internal.:32221,5f11b3b9-5033-4086-9b5d-eda8477889c4.host.control-plane.oxide.internal.:32221,6a750468-d51a-4e2d-89ab-a56e0d821540.host.control-plane.oxide.internal.:32221,b9fa5a01-f4d0-48fe-891b-91a8bf414120.host.control-plane.oxide.internal.:32221,c452497d-5b0a-4352-8cf1-0981b84e2b2d.host.control-plane.oxide.internal.:32221, |
| 26 | | + [[ -z 535429c1-eb4e-4864-ba33-cb3118df55c7.host.control-plane.oxide.internal.:32221,5f11b3b9-5033-4086-9b5d-eda8477889c4.host.control-plane.oxide.internal.:32221,6a750468-d51a-4e2d-89ab-a56e0d821540.host.control-plane.oxide.internal.:32221,b9fa5a01-f4d0-48fe-891b-91a8bf414120.host.control-plane.oxide.internal.:32221,c452497d-5b0a-4352-8cf1-0981b84e2b2d.host.control-plane.oxide.internal.:32221, ]] |
| 27 | | + args=('--insecure' '--listen-addr' "$LISTEN_ADDR" '--http-addr' '127.0.0.1:8080' '--store' "$DATASTORE" '--join' "$JOIN_ADDRS" '--max-sql-memory' '256MiB') |
| 28 | | + exec /opt/oxide/cockroachdb/bin/cockroach start --insecure --listen-addr '[fd00:1122:3344:101::4]:32221' --http-addr 127.0.0.1:8080 --store /data --join 535429c1-eb4e-4864-ba33-cb3118df55c7.host.control-plane.oxide.internal.:32221,5f11b3b9-5033-4086-9b5d-eda8477889c4.host.control-plane.oxide.internal.:32221,6a750468-d51a-4e2d-89ab-a56e0d821540.host.control-plane.oxide.internal.:32221,b9fa5a01-f4d0-48fe-891b-91a8bf414120.host.control-plane.oxide.internal.:32221,c452497d-5b0a-4352-8cf1-0981b84e2b2d.host.control-plane.oxide.internal.:32221, --max-sql-memory 256MiB |
| 29 | | [ Mar 17 20:59:58 Method "start" exited with status 0. ] |