thiell

Results 121 comments of thiell

... also when copying from (2) to (1) we don't want to copy the traditional striping info over, indeed we much prefer that DoM and PFL do their job on...

This makes sense @adilger. I agree with you for files that have properly been striped in the first place (on the source filesystem). Those are usually files that have been...

Ah, we totally forgot about `/etc/xattr.conf` and just remember this [1]. It's useful and works well with `mv`. I'm not sure in which case exactly (and officially) this file should...

I don't think dcp returns an error at the end, but since we recommended to our users the use of dcp to move large quantity of data from lustre to...

Using ftruncate() should provide a more descriptive error (eg. EFBIG): ``` lseek(0, 0, SEEK_CUR) = 0 open("/oak/stanford/orgs/kipac/users/swmclau2/Darksky/.sparse32T_s1", O_RDWR|O_CREAT, 0666) = 3 dup2(3, 1) = 1 close(3) = 0 ftruncate(1, 35184372088832)...

Or what about getting rid of `LIKE` at all? This is a link that could help: https://stackoverflow.com/questions/2885564/ways-to-implement-tags-pros-and-cons-of-each Way 3 would be more common for an SQL database, it is simply...

Hi @JPGlaser You will need to install development packages (-devel) to compile phobos. The configure script will give you a hint on what's missing. On Rocky Linux 9.2, I had...

done for the main tools in bef8e39, man pages for udev tool still missing

Hi @doug-gilbert! I really appreciate the heads-up and your interest in sasutils! I will test your latest version of sg_ses with JSON support and report back.