gp_san_configuration

posted Jan 19, 2014, 6:14 PM by Sachchida Ojha
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.
Comments