gp_san_configuration
Post date: Jan 20, 2014 2:14:44 AM
gpadmin=# \d gp_san_configuration
Table "pg_catalog.gp_san_configuration"
Column | Type | Modifiers
--------------------+----------+-----------
mountid | smallint | not null
active_host | "char" | not null
san_type | "char" | not null
primary_host | text |
primary_mountpoint | text |
primary_device | text |
mirror_host | text |
mirror_mountpoint | text |
mirror_device | text |
Indexes:
"gp_san_config_mountid_index" UNIQUE, btree (mountid), tablespace "pg_global"
Tablespace: "pg_global"
The gp_san_configuration table contains mount-point information for SAN failover.