Jeremy Eder

Results 11 issues of Jeremy Eder

I tried to use docker-storage-setup on a disk that was larger than 2TB: ``` # lsblk NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT sda 8:0 0 558.4G 0 disk ├─sda1...

``` # rpm -q docker docker-1.7.1-109.el7.x86_64 # grep ^DEVS /etc/sysconfig/docker-storage-setup DEVS=/dev/vdx # ./docker-storage-setup.sh ./docker-storage-setup.sh: line 381: * 2 - 2048 : syntax error: operand expected (error token is "* 2...

docker-1.7.1-108.el7.x86_64 Trying to swap between overlay and devicemapper backend... Added a new disk to the VM, and edited /etc/sysconfig/docker-storage-setup so it contains: DEVS=/dev/vdc VG=docker Ran docker-storage-setup and... ``` # docker-storage-setup...

Most LVM commands have a dry-run option, would it be possible to add such an option in docker-storage-setup so that it would tell me what it would have done ?

Hard-coded to htpasswd here: https://github.com/redhat-openstack/openshift-on-openstack/blob/master/templates/var/lib/ansible/group_vars/OSv3.yml#L43 Worth exposing?

Due to storage latency requirements for etcd, we found in 3.4 testing that putting etcd inside a VM backed by rotational disks (via ceph) was unstable. We moved etcd to...

The Heat templates deploy a DNS server. Can this server also (optionally) serve out the wildcard entry required for openshift routes?

For large scale deployments, we are recommending dedicated nodes be used for etcd. The heat templates currently do not support dedicated etcd nodes. Please add support for that. @lebauce has...

We use pre-built VM images that have storage already configured and images pre-pulled. Running docker-storage-setup again causes the installation to fail. Can you create a new knob docker_storage_setup: False to...

We have an appliance that requires ulimits and modprobe(blacklist) tuning. e.g. ```​/etc/security/limits.d/custom-limits.conf``` or ```/etc/modprobe.d/blacklist-custom-module.conf``` It might be possible to (ugly) implement this with the script.sh feature in tuned. Unless you...