Aurélien Cedeyn

Results 12 comments of Aurélien Cedeyn

> I was thinking defining something unique. Like RH_IOC_MDC_GETFILEINFO_V1 to avoid the repeat of name clash which happened when lustre used the same name. We deleted the whole section as...

Hi Adrien, There is a Robinhood version available here: * https://ocean.eupex.eu/download/3.8/ocean/x86_64/ It's compiled against our flavor of lustre 2.15.3 (include some patches). This version is built on AlmaLinux8.8 but you...

> Not that if the source filesystem is Lustre and the client is mounted with `user_fid2path` or as root, you can use `lfs path2fid --parents` (or `llapi_path2parent()` equivalent) to generate...

Hello Nicolas, There is no plan to provide such feature yet. This is not the first time that we have this reported need. But Milkcheck doesn't manage any per node...

Hi, thanks for the report, I think its a duplicate from issue #34. Can you confirm by launching the command without any node arguments: `milkcheck -c /root/admin/atosfa/etc/milkcheck status ; echo...

Hi Wilfried, Can you confirm that using `filter` dependency is a good way to resolve this issue ? ``` --- services: timedout: desc: "check hosts are here" target: "vortex[1-10],good[1-10]" actions:...

Nop, `timedout` is the first declared service in the configuration. In fact, the previous example should have a timeout option: ``` --- services: timedout: desc: "check hosts are here" target:...

Previous PR (#57) gives inter-group dependency. A patch to support subservice at launch time is needed.

Hi Fabien, Today, the only prompt available in milkcheck is implemented to confirm an action (confirm_action parameter milkcheck.conf file). There is no way to do that with the current code....