hugowan / maatkit

Automatically exported from code.google.com/p/maatkit
0 stars 0 forks source link

Hard-coded path for vgs #116

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
mk-audit reports that the system is not running LVM2 ... 

   1508    if ( -f '/sbin/vgs' ) {
   1509       chomp(my $vgs = `vgs`);
   1510       $vgs =~ s/^\s*/\t/g;
   1511       $server{storage}->{vgs} = $vgs;
   1512    }
   1513    else {
   1514       $server{storage}->{vgs} = 'No LVM2';
   1515    }

But my vgs is at /usr/sbin/vgs ...

Original issue reported on code.google.com by ryan.a.l...@gmail.com on 28 Oct 2008 at 6:54

GoogleCodeExporter commented 9 years ago

Original comment by dan...@percona.com on 12 Nov 2008 at 3:44

GoogleCodeExporter commented 9 years ago

Original comment by dan...@percona.com on 30 Nov 2008 at 5:03

GoogleCodeExporter commented 9 years ago
Target these for release end of January 2009.

Original comment by baron.schwartz on 4 Jan 2009 at 5:04

GoogleCodeExporter commented 9 years ago
Fixed in r2775.

Original comment by dan...@percona.com on 5 Jan 2009 at 10:40