Fix in-service re-sizing of docker-lv

docker-lv is an XFS file system. Add support for re-sizing XFS
filesystems by using blkid to query the file system type and call
xfs_growfs for XFS filesystems. Maintain the current behavior by calling
resize2fs for all non-XFS file systems.

Change-Id: If5de15d232c66e99f7f5c752d96ef92674dafb1d
Story: 2002876
Task: 26864
Signed-off-by: Robert Church <robert.church@windriver.com>
This commit is contained in:
Robert Church
2018-09-25 03:34:10 -04:00
parent e3fcb52edb
commit 517b34bd73
2 changed files with 7 additions and 2 deletions

View File

@@ -1,2 +1,2 @@
SRC_DIR="src"
TIS_PATCH_VER=65
TIS_PATCH_VER=66