[automated-testing] Use of Linux commands in Glusto

Yaniv Kaul ykaul at redhat.com
Fri Mar 29 06:52:40 UTC 2019


On Fri, Mar 29, 2019 at 9:25 AM Vijay Bhaskar Reddy Avuthu <
vavuthu at redhat.com> wrote:

> Agreed.
>

More worrying is the use of 'dd' without oflag=direct, which means data can
be cached on the client before fully written. If we end up trying to read
it from somewhere else, it may not be there, yet.
Y.

>
> On Thu, Mar 28, 2019 at 7:31 PM Yaniv Kaul <ykaul at redhat.com> wrote:
>
>> Why do we have:
>> cd %s; ls .glusterfs/
>>
>> Instead of:
>> ls %s/.glusterfs/
>>
>> Or better yet:
>> ls -Abf --color=never %s/.glusterfs/
>>
>> (we don't want sorting, we do want dot-files (hidden), we don't want
>> coloring)
>>
>> TIA,
>> Y.
>> _______________________________________________
>> automated-testing mailing list
>> automated-testing at gluster.org
>> https://lists.gluster.org/mailman/listinfo/automated-testing
>>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.gluster.org/pipermail/automated-testing/attachments/20190329/9fa17091/attachment.html>


More information about the automated-testing mailing list