3PAR InForm Operating System 2.3.1 MU1 Release Notes (320-200213 Rev B, May 2010)
3.5
InForm OS Version 2.3.1 MU1 3PAR InForm Operating System Release Notes
44872 Passing a virtual volume
set to the createsv –i
command results in an
error.
Use of createsv –i with virtual volume sets is
not currently supported.
44937 Misleading command
output when passing
empty virtual volume sets
to the createvvcopy
command.
When using the createvvcopy command with
virtual volume sets, if both sets are empty, the
output of the command erroneously
references the creategroupvvcopy
command.
Workaround: Pass virtual volume sets that
are not empty to the createvvcopy
command.
45413 Integer arguments to CLI
commands with leading 0
(zeros) are treated as octal
numbers.
The CLI shell is a TCL-based shell, as such it
parses integers with leading 0 (zero) as octal
numbers, just like many other languages and
shells (bash, perl, etc). Consequently, integer
arguments passed to the CLI commands are
also treated as octal numbers if they have a
leading 0.
Workaround: If you do not wish for integers
to be treated as octal integers, do not use
leading zeros.