Re: [ceph-users] ceph osd status output

2018-05-18 Thread John Spray
On Fri, May 18, 2018 at 9:55 AM, Marc Roos  wrote:
>
> Should ceph osd status not be stdout?

Oops, that's a bug.
http://tracker.ceph.com/issues/24175
https://github.com/ceph/ceph/pull/22089

John

> So I can do something like this
>
> [@ ~]# ceph osd status |grep c01
>
> And don't need to do this
>
> [@ ~]# ceph osd status 2>&1 |grep c01
>
>
>
> ___
> ceph-users mailing list
> ceph-users@lists.ceph.com
> http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com
___
ceph-users mailing list
ceph-users@lists.ceph.com
http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com


[ceph-users] ceph osd status output

2018-05-18 Thread Marc Roos

Should ceph osd status not be stdout?

So I can do something like this

[@ ~]# ceph osd status |grep c01

And don't need to do this

[@ ~]# ceph osd status 2>&1 |grep c01



___
ceph-users mailing list
ceph-users@lists.ceph.com
http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com