Bryan Larsen
2016-01-20 12:19:13 UTC
I'm setting up some provisioning scripts, so I don't know the actual sizes
of the hard drives
$ sudo lvcreate --type raid1 -m 1 -l 100%FREE -n backups hdd_vg
Insufficient free space: 781320 extents needed, but only 390658 available
$ sudo lvcreate --type raid1 -m 1 -l 50%FREE -n backups hdd_vg
Insufficient free space: 390662 extents needed, but only 390658 available
thoughts?
thanks,
Bryan
of the hard drives
$ sudo lvcreate --type raid1 -m 1 -l 100%FREE -n backups hdd_vg
Insufficient free space: 781320 extents needed, but only 390658 available
$ sudo lvcreate --type raid1 -m 1 -l 50%FREE -n backups hdd_vg
Insufficient free space: 390662 extents needed, but only 390658 available
thoughts?
thanks,
Bryan