bklau

Results 11 comments of bklau

@brb We needs an auto-forget feature because our weave nodes comes and go. It's impractical to do manual forget for large number of weave nodes.

Some AWS instance are created from EBS and have no "root filesystem" LVM VG associated with it. So we have: ||| So we may need to partition the "root" partition...

Yes! The partition must be marked as "8e" partition type which is "Linux LVM"

@rhvgoyal : some folks mounted alots of host volumes to container, esp legacy softwares. So usually they want to specify the "-g" option for 1 logical volume(non-thin) and then another...

@rhvgoyal : Assume that I have 3 devices : "/dev/sda", "/dev/sdb","/dev/sdc" 1. The primary OS is located on "/dev/sda" , maybe 8GB, say. 2. I want Docker's "/var/lib/docker" to be...

I may not want to mount at "/var/lib/docker" for some reasons.

@rhvgoyal : So CONTAINER_ROOT_LV_NAME="docker-root-lv" will used to carve out a LV from the docker_vg for the container rootfs besides the 2 DM "thin " LVs pool data and metadata??. Pls...

@rhvgoyal : How can i install this newer package?. The old one be installed via: "sudo yum install -y docker-storage-setup.noarch"