Will Johnson
Will Johnson
> After poking around it seems that settings sync is intentionally not included in the OSS. Any particular reason? My VS Code local install shows it here:  But when...
This show the failure to stop the chronyd service if it is not installed:  And this shows that after the patch is applied, the exception is swallowed and the...

Output on /etc/ldev.conf on MDS2 (the mgs) after running the command: ``` oss2.local oss1.local fs-OST0002 /mnt/ost2 oss2.local oss1.local fs-OST0004 /mnt/ost4 oss2.local oss1.local fs-OST0008 /mnt/ost8 oss2.local oss1.local fs-OST0000 /mnt/ost0 oss2.local oss1.local...
Updates:  ``` [root@mds2 etc]# cat /etc/ldev.conf oss2.local oss1.local fs-OST0000 /mnt/ost0 oss2.local oss1.local fs-OST0002 /mnt/ost2 oss2.local oss1.local fs-OST0004 /mnt/ost4 oss2.local oss1.local fs-OST0006 /mnt/ost6 mds1.local mds2.local fs-MDT0000 /mnt/mdt0 mds2.local mds1.local fs-MDT0001...
Still doing cleanups to the patch but I wanted to share some progress: I have the following: 1. An old zfs filesystem, which has been unmounted and no longer exists,...

I wanted to also show that i've tested this on both ldiskfs and zfs systems. The fs type is now included in the target table and is used when creating...
 The query being sent to influx: ``` SELECT SUM(bytes_total) as bytes_total, SUM(bytes_free) as bytes_free, SUM("bytes_avail") as bytes_avail FROM ( SELECT LAST("bytes_total") AS bytes_total, LAST("bytes_free") as bytes_free, LAST("bytes_avail") as bytes_avail...
CI Passed here: https://build.whamcloud.com/job/manager-for-lustre/3248/