Hi,
I have a question for you, because what I need is to change in my ubuntu(22.04) the localisation of default-system-dir from /etc/lvm to a place where I have write access e.g. /home/my_user/new_lvm_dir. I've tried so far to provide to ./configure option --with-default-system-dir=/home/my_user/new_lvm_dir or later I replace everywhere in code pattern /etc/lvm to /home/my_user/new_lvm_dir but without any success. Are you able to give me any idea how I can do it ?
I tried it on main/stable branches git://sourceware.org/git/lvm2.git
Cheers,
Bartek
_______________________________________________ linux-lvm mailing list linux-lvm@xxxxxxxxxx https://listman.redhat.com/mailman/listinfo/linux-lvm read the LVM HOW-TO at http://tldp.org/HOWTO/LVM-HOWTO/