We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32a7daf commit ffe51d0Copy full SHA for ffe51d0
internal/flycheck/pg.go
@@ -71,7 +71,7 @@ func diskCapacityCheck(ctx context.Context, localConn *pgx.Conn, node *flypg.Nod
71
return "", fmt.Errorf("failed to turn primary readonly: %s", err)
72
}
73
74
- return "", fmt.Errorf("%0.1f%% - extend your volume to re-enable writes", usedPercentage)
+ return "", fmt.Errorf("%0.1f%% - readonly mode enabled, extend your volume to re-enable writes", usedPercentage)
75
76
77
// Don't attempt to turn read/write if zombie lock exists.
0 commit comments