Replies: 1 comment
-
I think a consensus was reached on this in #13045. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi. Sorry my english.
OS Ubuntu 20.04 lts
gcc 10.3.0
I build zfs from source use:
git clone https://github.com/openzfs/zfs.git
As in documentation i make:
sh ./autogen.sh
./configure
Ok. Next... I integrate ZFS to Linux kernel sources (v.5.5.17) and build new kernel. Continue in ZFS...
make -s -j$(nproc)
sudo make install; sudo ldconfig; sudo depmod
Install new kernel, reboot.... And zfs-volumes not mounted. I check prog and modules version:
zpool version
zfs-2.1.99-705_g8d6a598a2
zfs-kmod-2.1.99-716_g7633c0aed
Fist i think may be previous installation not correct or some thing...
Go to source:
cd ~/src/zfs/cmd/zpool/.libs$
./zpool version
and get same:
zfs-2.1.99-705_g8d6a598a2
zfs-kmod-2.1.99-716_g7633c0aed
what wrong?
i remove zfs
sudo make uninstall; sudo ldconfig; sudo depmod
i remove sources and repeat all steps from git clone.... but it made made kernel module with new verzion zfs but zpool, zfs and etc create wrong (old) version. May be i mistake somewhere ?
Tnx.
UPD:
if i run warper:
cd ~/src/zfs/cmd/zpool/$
./zpool version
then show correct version zfs-2.1.99-716_g7633c0aed
Beta Was this translation helpful? Give feedback.
All reactions