Skip to content

Commit

Permalink
better boltdb errmsg (#3139)
Browse files Browse the repository at this point in the history
  • Loading branch information
owen-d authored Jan 8, 2021
1 parent 9505294 commit b72198c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion production/ksonnet/loki/boltdb_shipper.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
stateful_ingesters: if self.using_boltdb_shipper then true else super.stateful_ingesters,
stateful_queriers: if self.using_boltdb_shipper then true else super.stateful_queriers,

boltdb_shipper_shared_store: error 'must define boltdb_shipper_shared_store',
boltdb_shipper_shared_store: error 'must define boltdb_shipper_shared_store when using_boltdb_shipper=true. If this is not intentional, consider disabling it. boltdb_shipper_shared_store is a backend key from the storage_config, such as (gcs) or (s3)',
compactor_pvc_size: '10Gi',
compactor_pvc_class: 'fast',
index_period_hours: if self.using_boltdb_shipper then 24 else super.index_period_hours,
Expand Down

0 comments on commit b72198c

Please sign in to comment.