I am running this command inside a ceph monitor container
ceph osd getcrushmap | crushtool -d - | less
It shows me the output of the decompiled crush map. When I try with
ceph osd getcrushmap | crushtool -d - | crushtool -c -
I get an error, input file - not found
Any ideas how can I make this work ?