You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been meaning to add support for virtio-block devices (the /dev/xvd*) but wanted to add integration tests first, which I'm almost done with.
Likewise, adding "8e" is fine. The tool was just over-paranoid by default until I'd tested all the configurations, but it'll be paranoid later if it finds something amiss.
Our setup includes a root device with LVM volume (Ubuntu 16.04 on AWS)
fdisk -l output:
pvs output:
We wanted to increase the root partition:
I tweaked https://github.com/google/embiggen-disk/blob/505618620d725a031538556a826c83b2e1f431d1/part.go#L50 to accept
/dev/xvd
devices too, but the command says:Type
8e
is Linux LVM. The error comes from https://github.com/google/embiggen-disk/blob/505618620d725a031538556a826c83b2e1f431d1/part.go#L97Is this tool intended to deal with LVM volumes on MBR disks?
The text was updated successfully, but these errors were encountered: