Subject: | Bug in '::Aix' module |
Date: | Fri, 24 Aug 2012 12:04:37 +0100 |
To: | bug-Sys-Filesystem [...] rt.cpan.org |
From: | David Lee <David.Lee [...] ecmwf.int> |
The 'new' method calls out to the OS to do:
/usr/sbin/lsvg -Ll `/usr/sbin/lsvg -Lo`
Usually there is at least one volume group and the "lsvg -o" returns a
good, non-null result, which the enclosing "lsvg -l" then uses as arguments.
On diskless systems, however, the "lsvg -o" can legitimately return
empty/null output. But the enclosing "lsvg -l" expects one or more VGs,
so complains bitterly when none has been supplied.
--
: David Lee
: ECMWF
: UK