feature request
by Seppo Lind
It would be nice to have the ability to remove disks from the pool.
3 years, 8 months
ref: mount stratis via systemd service
by Cornel Badea
I wonder if it is possible to implement this in the future release?
uname -a
4.18.0-147.0.3.el8_1.x86_64 #1 SMP Mon Nov 11 12:58:36 UTC 2019 x86_64
x86_64 x86_64 GNU/Linux
cat /etc/fstab |grep stratis |wc -l
0
mount |tail -n 1
/dev/mapper/stratis-1-0e57e08adfe44fc0b8e9d9f4d008d7d7-thin-fs-5ca2faab630c46dea96efa6622f49203
on /dataSTR type xfs
(rw,relatime,seclabel,attr2,discard,inode64,sunit=2048,swidth=2048,noquota)
cat /etc/systemd/system/dataSTR.mount
[Unit]
Description = filesystem that lives on Stratis
name = dataSTR.mount
Requires = stratisd.service systemd-remount-fs.service
After = multi-user.target
Conflicts = umount.target
[Mount]
What = /stratis/stratpool/stratfs
Where = /dataSTR
Type = xfs
Options = discard
[Install]
WantedBy = multi-user.target
Thank you in advance,
Best Regards
Cornel Badea
3 years, 8 months
Stratis - Bug?
by Steven Drogoszewski
No dashes in UUID
From: Steven Drogoszewski
DEPT: XOHB
Phone: Office: 1-720-663-2780
Phone: TieLine: 912-0617
EMail: drogosze(a)us.ibm.com
3 years, 8 months
recover from failure (update to fedora 31)
by Thomas Pasch
Yesterday, I updated my PC from fedora 30 to 31. The update turned out
to be problematic, and now I could only boot into the 'emergency
shell'.
Fedora installation disk layout is like this: All partitions are LUKS
encrypted, root (/) is (directly) on LVM on a SSD. /home and /opt are
stratis managed (HDDs partition SSD cached).
Investigations showed the following: boot into 'emergency shell' is
because /home could not be mounted. However, I have problems to
recover stratis both from the 'emergency shell' and from the fedora 31
live cd.
In 'emergency shell' stratisd warns that there is no DBus. Hence the
stratis cli is of no use. I have not found a way to successfully start
DBus in the 'emergency shell'.
From the live cd, I could install stratisd and stratis-cli. But it is
not possible to start stratisd with systemd (some IO Error, permission
denied).
In chroot from live cd to my installed root (/) it is not possible to
start stratisd because systemd does not allow this in chroot.
So, has somebody an idea what to do to recover the system?
(Cross posted on
https://github.com/stratis-storage/stratisd/issues/1684 as well)
3 years, 10 months