github Teradata/stacki stacki-05.02.06.04
05.02.06.04

latest releases: stacki-5.6.5, stacki-5.6.4, stacki-5.6.3...
4 years ago

Feature

  • Added support for target,*,1,*, in storage CSV.

    This will pair up drives and put them in a RAID 1 configurations.

  • setting Kickstart_PrivateDNSServers to ' ' removes nameserver line from /etc/resolv.conf

    Also if no Public and Private DNSServers are defined don't setup stacki DNS to forward.

Bugfix

  • Cleanup how hostnames for "run" commands are calculated

  • Tell logrotate it's ok to skip rotating missing logs instead of erroring. Also include local0 in rotation, and make the log rotatio
    n size 100M for all logs in stack.conf

    The logrotate file is laid down via SUX, so existing frontends can get an approximation of this fix with:

    sed -i 's/local\[1/local\[0/' /etc/logrotate.d/stack
    sed -i '1s;^;size=100M\nmissingok\n;' /etc/logrotate.d/stack
    logrotate /etc/logrotate.conf -d 2>/dev/null && echo "success"
    

Git

  • Merge branch 'support/05.02.06.x' of github.com:/Teradata/stacki into support/05.02.06.x

  • Fix test to match new code.

Don't miss a new stacki release

NewReleases is sending notifications on new releases.