Re: running out of disk space

From: Alan Hodgson <ahodgson(at)lists(dot)simkin(dot)ca>
To: Julie Nishimura <juliezain(at)hotmail(dot)com>, pgsql-general <pgsql-general(at)postgresql(dot)org>
Subject: Re: running out of disk space
Date: 2019-05-09 17:12:40
Message-ID: a1d44946019a65b0bf79ff29708d88b901b834c9.camel@lists.simkin.ca
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Thu, 2019-05-09 at 16:49 +0000, Julie Nishimura wrote:
> Alan, thanks for your reply.
>
>
>
>
>
>
>
> So, we currently have this situation:
>
>
>
>
>
>
>
> /dev/sda1 2.7T 2.4T 298G 90% /data/vol1
>
>
> /dev/sdb2 2.7T 2.4T 296G 89% /data/vol2
>
>
>
> /dev/mapper/vg00-data
>
>
>
> 16T 16T 373G 98% /data/vol3
>
>
>
>
>
>
>
> postgres=# SELECT * FROM pg_tablespace;
>
>
> spcname | spcowner | spclocation | spcacl
>
>
>
>
> ------------+----------+-------------+-------------------------------
> ----
>
>
>
> pg_default | 10 | |
>
>
>
> pg_global | 10 | |
>
>
>
> vol1 | 10 | /data/vol1 |
> {postgres=C/postgres,=C/postgres}
>
>
>
> vol2 | 10 | /data/vol2 |
> {postgres=C/postgres,=C/postgres}
>
>
>
> vol3 | 10 | /data/vol3 |
> {postgres=C/postgres,=C/postgres}
>
>
>
> (5 rows)
>
>
>
>
>
>
>
>
>
> And we added new volume yday:
>
>
>
>
> /dev/mapper/vg00-vol4
>
> 4.0T 195M 3.8T 1% /data/vol4
>
>
>
>
>
>
>
> So, if I understood you correctly, it is better to extend vol3
> instead of creating new tablespace on vol4 (if possible).
>
>
> If not, then what is my best bet?
>
>
>

Well you already have a mess of tablespaces, so I guess one more won't
hurt.
But since the new device is already in LVM and in the same volume group
it really would have been easier to grow vol3 instead of adding a vol4.
>
>
>

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Adrian Klaver 2019-05-09 17:28:26 Re: perl path issue
Previous Message Adrian Klaver 2019-05-09 17:12:18 Re: perl path issue