History | Log In     View a printable version of the current page.  
HQ 4.0 EE Release is Now Available | HQ 3.2.5-EE Maintenance Release is Now Available
Issue Details (XML | Word | Printable)

Key: HHQ-1822
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Trivial Trivial
Assignee: Doug MacEachern
Reporter: Scott Morrison
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Hyperic HQ

FileServer Directory -> Disk Usage recurses when it shouldn't.

Created: 14/Mar/08 11:40 AM   Updated: 06/Aug/08 10:46 AM
Component/s: None
Affects Version/s: 3.2.1
Fix Version/s: 4.0.0, 3.2.4

Verify By: Nipuna Bhayani
Last comment: 15 weeks, 2 days ago
Resolution Date: 27/May/08 05:16 PM


 Description  « Hide
"Directory" is suppose to just counts within the given directory, no recursion. However FileServer Directory -> Disk Usage is giving recursion.



 All   Comments   Change History      Sort Order: Ascending order - Click to sort in descending order
Ryan Morgan - 14/Mar/08 11:54 AM
Mark 3.2.3, assign to Doug.

Doug MacEachern - 27/May/08 05:16 PM
Changed for 3.2.4 and 4.0.0

java -jar pdk/lib/hq-product.jar -Dplugins.include=system -t "FileServer Directory" -Dpath=pdk/lib

Before:

FileServer Directory Disk Usage:
   FileServer Directory:sigar:Type=DirUsage,Arg=pdk/lib:DiskUsage
   =>21.1 MB<=

After:
FileServer Directory Disk Usage:
   FileServer Directory:sigar:Type=DirStats,Arg=pdk/lib:DiskUsage
   =>14.7 MB<=

Nipuna Bhayani - 06/Aug/08 10:46 AM
Verified in 3.2.4 and 4.0.0

java -jar pdk/lib/hq-product.jar -Dplugins.include=system -t "FileServer Directory" -Dpath=pdk/lib

FileServer Directory Disk Usage:
   FileServer Directory:sigar:Type=DirStats,Arg=pdk/lib:DiskUsage
   =>14.5 MB<=