For anyone that has issues with zfs pools not mounting after updating to current.
force the new cache location!
zpool set cachefile=/etc/zfs/zpool.cache tank
All pools should be shut down cleanly when the system shuts down, so I think what you're asking for is to not automatically import it when the system starts up? `zpool import -o cachefile=none ...` or `zpool set cachefile=none ...` should do it.
Jahas, resolven cachefile-kansiossa taas reilu tera tiedostoja. Erikoista tosin, että toi on teranen kovo, jossa on kans käyttiksen jälkeen 930gt tilaa, en tajua miten siellä voi muka olla 1,02 teraa tiedostoja.
We are working on our "vdev properties" feature that will let you fix this with a `zpool set`, in mean time:
export the pool
`zpool import -d /dev/diskid poolname`
This will have it look in /dev/diskid first to find the devices
then `zpool set cachefile=path pool`
Mir faellt gerade eh auf, dass das $vendortool beim ersten Read nen Cachefile anlegt, weil sich der Content eh eigtl nie aendern sollte, damit hat sich mein Problem eh in Wohlgefallen aufgeloest...
Discuz! ML V3.2-3.4 RCE
ML system doesn't filter the contents of the lang param received by the cookie
[PoC]
$cachefile ='./data/template/'.DISCUZ_LANG.'_'.(defined('STYLEID')?STYLEID.'_':'_').$templateid.'_'.str_replace('/', '_', $file).'.tpl.php';
mp.weixin.qq.com/s/5Zl3Jve4e…
New I18n release out today: v1.2.0. Release notes can be read here: github.com/svenfuchs/i18n/re…
Highlights: CacheFile JSON backends, tests are no longer included in the bundled gem.