From: dave kormann Date: Fri, 18 Sep 2020 18:39:49 +0000 (-0400) Subject: FIX: Change ownership of newly-created VGs X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=commitdiff_plain;h=76de2b3e9925960e461fd7d26e6cc1d00063078e;hp=76de2b3e9925960e461fd7d26e6cc1d00063078e;p=ta%2Finfra-ansible.git FIX: Change ownership of newly-created VGs When creating a new volume group, allow a user/group to be specified to own the root directory. If no user/group is provided, use the owner of the mountpoint or (if it doesn't exist) the current user/group. This should fix the problem with mariadb permission problems when installing to a vg, as opposed to the existing directory in the image. signed-off-by: dave korman Change-Id: Idf4418dca288a374c53fa6c180c3bdf62db10abb ---