<div dir="ltr">Thanks for the information. <br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, Jun 28, 2021 at 7:01 PM Sean McGinnis <<a href="mailto:sean.mcginnis@gmx.com">sean.mcginnis@gmx.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On Fri, Jun 25, 2021 at 12:17:53PM +0530, Salman Sheikh wrote:<br>
> Dear experts,<br>
><br>
> I have made cinder-volume /dev/sdb on controller as well as compute node,<br>
> how do i get the information of space available in cinder.<br>
<br>
Hi Salman,<br>
<br>
Cinder is just the management/control plane for the storage, so it has no<br>
visibility into actual space consumed on the volume. It can only report the<br>
configured size.<br>
<br>
In order to find out the space available, you would need to run something like<br>
`df -h` on the node to see its usage stats.<br>
<br>
Sean<br>
</blockquote></div>