BTW, I have a little patch to fix RedHat patched pvmove and make it work with unpatched kernels...
--- lib/pv_move.c 2003-07-11 19:10:26.000000000 -0300 +++ lib/pv_move.c.rcom 2003-07-11 19:09:35.000000000 -0300 @@ -916,7 +916,7 @@ ret = ioctl(group, PE_LOCKED_COPY, &pe_copy_req); if (ret < 0) ret = -errno; - if (ret == -EINVAL) + if (ret == -EINVAL || ret == -ENOTTY) ret = -LVM_EPV_LOCKED_COPY_EINVAL; close(group);
|
Attachment:
signature.asc
Description: Esta parte del mensaje =?ISO-8859-1?Q?est=E1?= firmadadigitalmente