Bug 786367 - Wrong fs type for bricks on root partition in distos like Fedora,RHEL
Summary: Wrong fs type for bricks on root partition in distos like Fedora,RHEL
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: GlusterFS
Classification: Community
Component: glusterd
Version: mainline
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Vivek Agarwal
QA Contact: Rahul Hinduja
URL:
Whiteboard:
Depends On:
Blocks: 817967
TreeView+ depends on / blocked
 
Reported: 2012-02-01 08:34 UTC by Rajesh
Modified: 2016-02-18 00:02 UTC (History)
4 users (show)

Fixed In Version: glusterfs-3.4.0
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2013-07-24 17:14:41 UTC
Regression: ---
Mount Type: ---
Documentation: ---
CRM:
Verified Versions: glusterfs-3.3.0qa45-1.el6.x86_64
Embargoed:


Attachments (Terms of Use)

Description Rajesh 2012-02-01 08:34:54 UTC
Description of problem:
$gluster volume status vol misc-details
this give rootfs as file system if brick is in root partition

Also, change "misc-details" option to just "detail"
Allow "all" to be specified for status options; currently,
"gluster volume status all misc-details" wont work.

Version-Release number of selected component (if applicable):
mainline (3.3)

Comment 1 Anand Avati 2012-02-18 08:03:06 UTC
CHANGE: http://review.gluster.com/2705 (cli/glusterd: volume status modification) merged in master by Vijay Bellur (vijay)

Comment 2 Anand Avati 2012-03-31 11:50:26 UTC
CHANGE: http://review.gluster.com/3033 (glusterd: Used runner's RUN_PIPE to get inode size in xfs/ext3/ext4) merged in master by Vijay Bellur (vijay)

Comment 3 Gowrishankar Rajaiyan 2012-06-01 06:05:15 UTC
[root@dhcp201-221 ~]# gluster volume status test1 detail
Status of volume: test1
------------------------------------------------------------------------------
Brick                : Brick dhcp201-214.englab.pnq.redhat.com:/export/shanks/shanks1
Port                 : 24009               
Online               : Y                   
Pid                  : 4897                
File System          : ext4                
Device               : /dev/mapper/vg_dhcp201214-lv_root
Mount Options        : rw                  
Inode Size           : 256                 
Disk Space Free      : 9.0GB               
Total Disk Space     : 10.4GB              
Inode Count          : 693600              
Free Inodes          : 647709              
 
[root@dhcp201-221 ~]# 


[root@dhcp201-221 ~]# gluster volume status all detail
Status of volume: test1
------------------------------------------------------------------------------
Brick                : Brick dhcp201-214.englab.pnq.redhat.com:/export/shanks/shanks1
Port                 : 24009               
Online               : Y                   
Pid                  : 4897                
File System          : ext4                
Device               : /dev/mapper/vg_dhcp201214-lv_root
Mount Options        : rw                  
Inode Size           : 256                 
Disk Space Free      : 9.0GB               
Total Disk Space     : 10.4GB              
Inode Count          : 693600              
Free Inodes          : 647709      
...


Verified: glusterfs-3.3.0qa45-1.el6.x86_64

# cat /etc/redhat-release 
Red Hat Enterprise Linux Server release 6.2 (Santiago)


Note You need to log in before you can comment on or make changes to this bug.