1 
 2 09/21/87  manage_volume_pool
 3 Known errors in the current release of manage_volume_pool.
 4 #         Associated TR's
 5 Description
 6 
 7 18  phx20256
 8 Should not line 2182 of manage_volume_pool.pl1 read
 9 
10 if index(vpe(volume(i).indx).comment,match_string) > 0 then
11    volume(i).want_it, found = True;
12 
13 instead of
14 
15 if index(vpe(i).comment,match_string) > 0 then
16    volume(i).want_it, found = True;
17 
18 17  phx17407
19 Message reporting will truncate the message in cases where the message
20 is greater than 256 chars long.  This can occur when doing an operation
21 on many volumes at once.