thiell

Results 101 comments of thiell

@yh882317 in `~/.local/etc/clustershell/clush.conf` you have the default confdir: ``` confdir: /etc/clustershell/clush.conf.d $CFGDIR/clush.conf.d ``` correct? If `/etc/clustershell/clush.conf` doesn't exist, $CFGDIR should theorically be defined as `~/.local/etc/clustershell` and your configuration should be...

I just tried like you and my sshpass mode was found. To see which directories are found and parsed, can you try to use debug mode (-d) with a dummy...

Got it, thanks @yh882317 for your help finding the issue. I was able to reproduce if I remove completely `/etc/clustershell`. We'll fix this. As a workaround – for now –...

- removed all `Worker.last_*()` methods in #495 - added deprecation warnings when old EventHandler method signatures are still used in #358 - deprecating Worker.current_* in the documentation also in #358

Setting a default folding axis is already possible in defaults.conf See: https://clustershell.readthedocs.io/en/latest/config.html?highlight=fold_axis#use-case-slurm I am renaming this issue to implement `clush --axis` like with `cluset` but with low priority.

Apologies for the delay. A policy basically looks either like this: ``` define_policy checkdv { status_manager = checker; scope { type == file } default_lru_sort_attr = none; # 'output' stands...

Same error (robinhood 3.1.5 on Lustre 2.10): ``` 2019/07/25 11:50:54 [4596/8] EntryProc | Error 7 performing database operation: request error. 2019/07/25 11:50:55 [4596/4] ListMgr | Unhandled error 1264: default conversion...

Hello, we're wondering if this error could come from the fact that the sz0 column is unsigned but the trigger uses SIGNED cast: https://github.com/cea-hpc/robinhood/blob/master/src/list_mgr/listmgr_init.c#L2493 ``` mysql> describe ACCT_STAT; +------------------+--------------------------------------------------------+------+-----+---------+-------+ |...

The table in https://github.com/actions/runner-images/blob/main/README.md still shows ubuntu-latest as ubuntu-20.04. This is confusing and should probably be fixed, thanks!

Hmm, we are not very fond of this idea. Our users are using dcp between different Lustre filesystems, with different versions or different features, and we don't always want lustre...