1 | | [ Oct 4 22:29:11 Disabled. ] |
2 | | [ Oct 4 22:29:11 Rereading configuration. ] |
3 | | [ Oct 4 22:29:42 Rereading configuration. ] |
4 | | [ Oct 4 22:29:48 Rereading configuration. ] |
5 | | [ Oct 4 22:29:48 Enabled. ] |
6 | | [ Oct 4 22:29:48 Executing start method ("ctrun -l child -o noorphan,regent /opt/oxide/dns-server/bin/dns-server --config-file /var/svc/manifest/site/external_dns/config.toml --http-address [fd00:1122:3344:101::8]:5353 --dns-address 172.30.1.5:53 &"). ] |
7 | | [ Oct 4 22:29:48 Method "start" exited with status 0. ] |
8 | | Config { log: File { level: Info, path: "/dev/stdout", if_exists: Append }, dropshot: ConfigDropshot { bind_address: [fd00:1122:3344:101::8]:5353, request_body_max_bytes: 104857600, default_handler_task_mode: Detached }, storage: Config { storage_path: "/data/dns", keep_old_generations: 3 } } |
9 | | note: configured to log to "/dev/stdout" |
10 | 2023-10-04T22:29:48.136Z | INFO | dns-server: config
config = Config { log: File { level: Info, path: "/dev/stdout", if_exists: Append }, dropshot: ConfigDropshot { bind_address: [fd00:1122:3344:101::8]:5353, request_body_max_bytes: 104857600, default_handler_task_mode: Detached }, storage: Config { storage_path: "/data/dns", keep_old_generations: 3 } }
dns_config = Config { bind_address: 172.30.1.5:53 }
|
11 | 2023-10-04T22:29:48.137Z | INFO | dns-server (store): opening sled database
path = /data/dns
|
12 | 2023-10-04T22:29:48.159Z | INFO | dns-server (store): pruning trees for generations newer than 0
|
13 | 2023-10-04T22:29:48.159Z | INFO | dns-server (store): pruning trees for generations older than 0
keep = 3
|
14 | 2023-10-04T22:29:48.159Z | INFO | dns-server (dns): DNS server bound to address
local_address = 172.30.1.5:53
|
15 | 2023-10-04T22:29:48.162Z | INFO | dns-server (http): listening
local_addr = [fd00:1122:3344:101::8]:5353
|
16 | 2023-10-04T22:29:51.773Z | INFO | dns-server (http): accepted connection
local_addr = [fd00:1122:3344:101::8]:5353
remote_addr = [fd00:1122:3344:101::a]:45138
|
17 | 2023-10-04T22:29:51.874Z | INFO | dns-server (store): attempting generation update
new_generation = 2
req_id = 4fd4cfb6-b67b-4aef-a7ff-da688fdeba47
|
18 | 2023-10-04T22:29:51.874Z | INFO | dns-server (store): pruning trees for generations newer than 0
|
19 | 2023-10-04T22:29:51.940Z | INFO | dns-server (store): pruning trees for generations older than 2
keep = 3
|
20 | 2023-10-04T22:29:51.940Z | INFO | dns-server (store): updated generation
new_generation = 2
req_id = 4fd4cfb6-b67b-4aef-a7ff-da688fdeba47
|
21 | 2023-10-04T22:29:51.940Z | INFO | dns-server (http): request completed
latency_us = 66025
local_addr = [fd00:1122:3344:101::8]:5353
method = PUT
remote_addr = [fd00:1122:3344:101::a]:45138
req_id = 4fd4cfb6-b67b-4aef-a7ff-da688fdeba47
response_code = 204
uri = /config
|