I assume I did something stupid, here is a cleaned up log;
drobban@tsystem:~/code/elixir/**************$ fly volumes create pg_data --size 1 --region fra -a **************-db
ID: vol_02gk9vw188qr76wm
Name: pg_data
App: ***************-db
Region: fra
Zone: 8ce3
Size GB: 1
Encrypted: true
Created at: 30 Aug 22 11:45 UTC
drobban@tsystem:~/code/elixir/*************$ fly status -a ****************-db
App
Name = **********-db
Owner = personal
Version = 2
Status = running
Hostname = **************-db.fly.dev
Platform = nomad
Instances
ID PROCESS VERSION REGION DESIRED STATUS HEALTH CHECKS RESTARTS CREATED
1ad5b92e app 2 fra run running (failed to co) 3 total, 1 critical 0 50s ago
993f1360 app 2 fra run running (leader) 3 total, 2 passing, 1 critical 0 2022-08-28T20:14:48Z
d8e35e89 app 2 fra run running (replica) 3 total, 3 passing 0 2022-08-28T20:14:48Z
drobban@tsystem:~/code/elixir/**************$ fly volumes list -a ****************-db
ID STATE NAME SIZE REGION ZONE ATTACHED VM CREATED AT
vol_02gk9vw188qr76wm created pg_data 1GB fra 8ce3 1ad5b92e 3 minutes ago
vol_5podq4q61p8rg8w1 created pg_data 10GB fra e79a 993f1360 1 day ago
vol_mjn924oe8qxv03lq created pg_data 10GB fra 5dea d8e35e89 1 day ago
drobban@tsystem:~/code/elixir/***************$ fly volumes delete vol_mjn924oe8qxv03lq
Deleting a volume is not reversible.
? Are you sure you want to delete this volume? Yes
Deleted volume vol_mjn924oe8qxv03lq from *********************-db
drobban@tsystem:~/code/elixir/*************$ fly status -a ****************-db
App
Name = *******************-db
Owner = personal
Version = 3
Status = running
Hostname = ***************************-db.fly.dev
Platform = nomad
Instances
ID PROCESS VERSION REGION DESIRED STATUS HEALTH CHECKS RESTARTS CREATED
1ad5b92e app 3 fra run running (replica) 3 total, 3 passing 0 2m48s ago
993f1360 app 3 fra run running (leader) 3 total, 3 passing 0 2022-08-28T20:14:48Z
drobban@tsystem:~/code/elixir/********$ fly volumes delete vol_5podq4q61p8rg8w1
Deleting a volume is not reversible.
? Are you sure you want to delete this volume? Yes
Deleted volume vol_5podq4q61p8rg8w1 from -db
drobban@tsystem:~/code/elixir/$ fly scale count 1 -a -db
WARN app flag '-db’ does not match app name in config file '’
? Continue using '-db’ Yes
Count changed to 1
drobban@tsystem:~/code/elixir/**************$ fly status -a ************************-db
App
Name = ************************-db
Owner = personal
Version = 4
Status = running
Hostname = **************************-db.fly.dev
Platform = nomad
Instances
ID PROCESS VERSION REGION DESIRED STATUS HEALTH CHECKS RESTARTS CREATED
1ad5b92e app 3 fra run running (replica) 3 total, 2 passing, 1 critical 0 3m57s ago
drobban@tsystem:~/code/elixir/*******************$ fly status -a ****************-db
App
Name = *******************-db
Owner = personal
Version = 4
Status = running
Hostname = *************************-db.fly.dev
Platform = nomad
Instances
ID PROCESS VERSION REGION DESIRED STATUS HEALTH CHECKS RESTARTS CREATED
1ad5b92e app 4 fra run running (replica) 3 total, 3 passing 0 5m0s ago
The warning is then spit out into the logs
2022-08-30T11:52:44Z app[1ad5b92e] fra [info]sentinel | 2022-08-30T11:52:44.408Z WARN cmd/sentinel.go:276 no keeper info available {“db”: “86c139b9”, “keeper”: “c07e1a7462”}
Should perhaps add that everything works just fine. Seems just little odd to get warnings spammed into the logs I dont know the cause for.