Will Johnson

Results 15 comments of 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: ![image](https://user-images.githubusercontent.com/1100657/127437364-d54fc15a-63df-48c1-83a0-6321624ee6b3.png) But when...

This show the failure to stop the chronyd service if it is not installed: ![image](https://user-images.githubusercontent.com/1100657/95222187-3dff6980-07c6-11eb-8273-3ce101d7e71e.png) And this shows that after the patch is applied, the exception is swallowed and the...

![image](https://user-images.githubusercontent.com/1100657/90171521-a1918b80-dd6f-11ea-9936-906d5f618c99.png)

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: ![image](https://user-images.githubusercontent.com/1100657/90943722-ea3cea80-e3e8-11ea-91ba-ad09d582b94b.png) ``` [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,...

![create_ldev_conf](https://user-images.githubusercontent.com/1100657/94852859-7edb3500-03f8-11eb-928f-c78f2ce906e3.gif)

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...

![image](https://user-images.githubusercontent.com/1100657/101672772-4a04e300-3a24-11eb-9dbf-756bb43cad06.png) 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/