Comment 3 for bug 1830142

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to config (master)

Reviewed: https://review.opendev.org/668011
Committed: https://git.openstack.org/cgit/starlingx/config/commit/?id=10a595f22da80959ffb73241bcd26b997545f00b
Submitter: Zuul
Branch: master

commit 10a595f22da80959ffb73241bcd26b997545f00b
Author: Kristine Bujold <email address hidden>
Date: Thu Jun 27 14:07:51 2019 -0400

    Create new host_fs postgres table

    Create a new host-fs postgres table to store information about a
    host’s filesystem. Replicated filesystem will continue to be stored
    in the controller_fs table.

    This commit creates the table. The sysinv agent creates the docker,
    backup and scratch filesystem for each supported host. If the
    filesystems have changed the audit triggers an update.

    These changes were testing with AIO-SX and Standard lab installs.

    Change-Id: I8167dfe74688c05fd8b747caac3d418d2749a740
    Partial-Bug: 1830142
    Signed-off-by: Kristine Bujold <email address hidden>