| Summary: | quota: kernel compilation fails | ||
|---|---|---|---|
| Product: | Red Hat Gluster Storage | Reporter: | Saurabh <saujain> |
| Component: | glusterd | Assignee: | Raghavendra G <rgowdapp> |
| Status: | CLOSED ERRATA | QA Contact: | Saurabh <saujain> |
| Severity: | high | Docs Contact: | |
| Priority: | high | ||
| Version: | 2.1 | CC: | ckannan, grajaiya, mzywusko, rgowdapp, rhs-bugs, shmohan, vbellur |
| Target Milestone: | --- | Keywords: | ZStream |
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | glusterfs-3.4.0.33rhs-1 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2013-11-27 15:32:19 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
With the new build kernel compilation succeeds. Verified on the build 3.4.0.33rhs-1.el6rhs.x86_64 . kernel compilation succeeds Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. http://rhn.redhat.com/errata/RHBA-2013-1769.html |
Description of problem: executed kernel compilation test on a volume having quota limit set. Version-Release number of selected component (if applicable): glusterfs-server-3.4.0.20rhsquota1-1.el6.x86_64 glusterfs-fuse-3.4.0.20rhsquota1-1.el6.x86_64 glusterfs-3.4.0.20rhsquota1-1.el6.x86_64 How reproducible: always Steps to Reproduce: 1. create a volume of 6x2 type and start it. 2. enable quota 3. set some limit on the volume of the quota [root@rhsauto032 ~]# gluster volume quota dist-rep3 list / Path Hard-limit Soft-limit Used Available -------------------------------------------------------------------------------- / 100.0GB 90% 2.7GB 97.3GB [root@rhsauto032 ~]# 4. mount the volume over nfs. 5. start linux untar and compilation test. Actual results: [root@rhsauto039 ~]# cat /home/kernel.log File detected. Copying from location .. Extracting Tarball .. Making defconfig HOSTCC scripts/basic/fixdep mv: cannot move `scripts/basic/.fixdep.tmp' to `scripts/basic/.fixdep.cmd': No such file or directory make[1]: *** [scripts/basic/fixdep] Error 1 make: *** [scripts_basic] Error 2 Expected results: compile kernel is part of our fs-sanity test suite, so it is imperative that this test passes. Additional info: