new_disk->disk.status &= ~SPARE_DISK;
}
- dprintf("imsm: process_update(): update_reshape: volume set"\
+ dprintf("imsm: process_update(): update_reshape: volume set"
" mpb->num_raid_devs = %i\n", mpb->num_raid_devs);
/* manage changes in volumes
*/
(info->array.level != 5)) {
/* we cannot use this container with other raid level
*/
- dprintf("imsm: for container operation wrong"\
+ dprintf("imsm: for container operation wrong"
" raid level (%i) detected\n",
info->array.level);
break;
if (!is_raid_level_supported(super->orom,
member->array.level,
geo->raid_disks)) {
- dprintf("platform does not support raid%d with"\
+ dprintf("platform does not support raid%d with"
" %d disk%s\n",
info->array.level,
geo->raid_disks,
static int imsm_reshape_super(struct supertype *st, long long size, int level,
int layout, int chunksize, int raid_disks,
- char *backup, char *dev, int verbouse)
+ char *backup, char *dev, int verbose)
{
/* currently we only support increasing the number of devices
* for a container. This increases the number of device for each
ret_val = 0;
append_metadata_update(st, u, len);
} else
- dprintf("imsm: Cannot prepare "\
+ fprintf(stderr, Name "imsm: Cannot prepare "
"update\n");
} else
- dprintf("imsm: Operation is not allowed "\
+ fprintf(stderr, Name "imsm: Operation is not allowed "
"on this container\n");
} else
- dprintf("imsm: not a container operation\n");
+ fprintf(stderr, Name "imsm: not a container operation\n");
dprintf("imsm: reshape_super Exit code = %i\n", ret_val);
return ret_val;