New: [rhinstaller/blivet/pulls/121 master] lvm: Add missing argument to libblockdev API for thinpool

cgwalters installerbot-noreply at redhat.com
Thu May 21 19:07:54 UTC 2015


It takes a boolean:
```
 * @discard: whether discard/TRIM is required to be supported or not
```

So I don't know offhand whether anything in anaconda has support for
forcing TRIM support on or not.  `git grep -i trim` in both blivet and
anaconda has no obvious hits, so I'm going to go ahead and assume no.
In that case, let's pass `False` here to avoid blowing chunks.

NOTE: Not actually tested, but I was trying to do thinp via kickstart
with a rawhide installer and saw a traceback for this, and it looks
right to me.
-- 
To view this pull request on github, visit https://github.com/rhinstaller/blivet/pull/121


More information about the anaconda-patches mailing list