From: Sarah Hoffmann Date: Fri, 17 Dec 2021 10:08:44 +0000 (+0100) Subject: nominatim: fix tablespaces on pummelzacken X-Git-Url: https://git.openstreetmap.org./chef.git/commitdiff_plain/537cc6a4d8ddeda59a1cf3f27000ab924d7c2ff3 nominatim: fix tablespaces on pummelzacken --- diff --git a/roles/pummelzacken.rb b/roles/pummelzacken.rb index 9095e8ffb..b81394096 100644 --- a/roles/pummelzacken.rb +++ b/roles/pummelzacken.rb @@ -40,7 +40,12 @@ default_attributes( :dbcluster => "13/main", :postgis => "3", :enable_backup => true, - :flatnode_file => "/ssd/nominatim/nodes.store" + :flatnode_file => "/ssd/nominatim/nodes.store", + :tablespaces => { + "daux" => "/data/tablespaces/daux", + "iaux" => "/data/tablespaces/iaux" + } + } )