Generic driver displays incorrect cinder volume capacity
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Shared File Systems Service (Manila) |
Triaged
|
Low
|
Unassigned |
Bug Description
Hello team,
Description
===========
I will manila with generic driver + ceph cinder volume. When I create 1 file share 10G and mount nfs from client. Check with command df -h then mount path displays incorrect size.
On instance server:
/dev/sdb 9.8G 24K 9.3G 1% /shares/
On client mount nfs:
192.168.
Expected result
===============
I have checked with file code generic.py and function _format_device()
def _format_
"""Formats device attached to the service vm."""
command = ['sudo', 'mkfs.%s' % self.configurat
and I have read 1 topic as below :
https:/
So I hope we can add command tune2fs after format partition for volume.
This problem maybe not bug on system but i still hope we have update it in next time
Thanks you team
tags: | added: generic |
Changed in manila: | |
status: | New → Triaged |
Changed in manila: | |
importance: | Undecided → Low |
tags: | added: low-hanging-fruit |
See additional triage information at https:/ /meetings. opendev. org/meetings/ manila/ 2024/manila. 2024-04- 25-15.00. log.html