oranenj
oranenj
@igalic in which way is it broken? Big issues can be fixed in the puppet3 branch.
I hit this same issue, but fixed it with a heavier hammer: ``` oc patch --as system:admin tridentbackend tbe-zxx2k --type=merge -p '{"config":{"ontap_config":{"clientPrivateKey": ""}}}' ``` followed by a restart. This doesn't...
I updated the script a bit and also made it warn people about the CHANGEME strings in the kickstart file (most notably the root password). Ansible should be run first...
You can compare the COMPOSE_ID files: http://ftp.funet.fi/pub/linux/mirrors/centos/8/COMPOSE_ID is the same as http://ftp.funet.fi/pub/linux/mirrors/centos/8.3.2011/COMPOSE_ID I can change it. Is the Finnish mirror okay or would you prefer something else?
I made some more changes based on Slack discussion. Feedback welcome
I run my VMs without swap in my home environment (which is where this script is from) but I guess it wouldn't hurt to have something to help the host...
One option is to get rid of /tmp as a separate filesystem, create a swap and then mount a tmpfs.
Does CIS specifically require a real filesystem for /tmp? With a swap partition, tmpfs is essentially equivalent to an actual filesystem, with the exception that it only hits the disk...
It seems /var/tmp by default just resides on /var, no tmpfs there; makes sense, since /var/tmp persists across reboots. I think having /var alone should be good enough as long...
As for the size of /tmp, my experience is that most of the time its disk space requirements are trivial. There's some software that can put larger things in there...