salt - Saltstack updating and hash_type parameter -
i'm going update saltstack 2016.3.3 2016.11.3 , searching different problems might occur.
i've watched changelog https://docs.saltstack.com/en/latest/topics/releases/2016.11.0.html#utils-module-deprecations , found this:
the default hash_type sha256 instead of md5. need make sure both master , minion share same hash_type.
and found confused things in saltstack's config installation:
on master
the hash_type hash use when discovering hash of file on master server. the default md5 sha1, sha224, sha256, sha384 , sha512 supported.
on minions
the hash_type hash use when discovering hash of file in local fileserver. the default sha256, sha224, sha384 , sha512 supported.
it seems both minions , master have different hash_type. satisfy curiosity happen set different hash_type, removed cache directory , restarted master , minions, run 1 state ( -l trace
flag ) , found out there no exceptions or redownloading file happened.
is knows why went ?
also i'll appreciated if share experiance saltstack updating. thank you.
Comments
Post a Comment