Skip to content

Commit

Permalink
tree: import changes from testing-devel at c053f99
Browse files Browse the repository at this point in the history
  • Loading branch information
coreosbot committed Nov 8, 2019
1 parent ba626c5 commit 7cb8c6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion overlay.d/05core/usr/libexec/coreos-growpart
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ parent_device=/dev/$(basename "${parent_path}")
# we can't resize.
growpart "${parent_device}" "${partition}" || true

eval $(blkid -o export "${parent_device}${partition}")
eval $(blkid -o export "${src}")
if [ "${TYPE}" == "crypto_LUKS" ]; then
luks_name=$(dmsetup info ${src} -C -o name --noheadings)
cryptsetup resize ${luks_name}
Expand Down

0 comments on commit 7cb8c6b

Please sign in to comment.