Commit Graph

979 Commits

Author SHA1 Message Date
Fabian Grünbichler
6c7857dfaa remove leftover debug print
Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
2016-12-06 06:20:01 +01:00
Fabian Grünbichler
6c99667a70 make ashift a spinbutton instead of text entry
since "zpool create" only allows 9-13 as valid values anyway

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
2016-12-06 06:19:49 +01:00
Dietmar Maurer
56445ecbf8 bump version to 4.0-13, set RELEASE=4.3 2016-12-05 11:41:40 +01:00
Fabian Grünbichler
034f75e4dc fix typos
Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
2016-12-05 10:29:45 +01:00
Fabian Grünbichler
a39bc1f27d add default invalid mail address
and switch default FQDN to "pve.example.invalid" as well, in
accordance with RFC 6761 (Special-Use Domain Names)

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
2016-12-05 10:29:45 +01:00
Fabian Grünbichler
43b5216c9c use partition sizes for boot disk partitioning
instead of a mix of sectors and sizes with implicit 512b
sector size. switch alignment to default instead of 1 sector
as a result.

this wastes at most 1M (default alignment of sgdisk) for the
first partition, and should make the partitioning scheme
consistent irregardless of sector size.

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
2016-12-05 10:29:45 +01:00
Fabian Grünbichler
1bd457bb25 fix disk/partition size comments
for added clarity

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
2016-12-05 10:29:45 +01:00
Fabian Grünbichler
c7779156db refactor disk setup, add advanced ZFS options
the stacked switcher allows us to easily add advanced panels
for other setup types in the future. also, the disk selection
grid for ZFS/BTRFS is now based on the number of detected
disks, instead of hard-coded to 8 entries.

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
2016-12-05 10:29:45 +01:00
Fabian Grünbichler
e73c5fcfc3 refactor check_float to check_*
Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
2016-12-05 10:19:32 +01:00
Fabian Grünbichler
b8f4f0f950 cleanup even-ness check for ZFS RAID10 2016-11-07 06:26:03 +01:00
Fabian Grünbichler
0cfa502cc0 spelling/grammar fixes 2016-11-07 06:25:35 +01:00
Fabian Grünbichler
14aacec828 fix #1190: allow ZFS mirrors with slightly different sizes 2016-11-07 06:25:21 +01:00
Dietmar Maurer
77ebccb166 bump version to 4.0-12 2016-09-21 13:13:10 +02:00
Dietmar Maurer
6f52fc3dac disable btrfs for now 2016-09-21 13:10:53 +02:00
Dietmar Maurer
9d69f3d3b3 fix error message 2016-09-21 13:06:15 +02:00
Dietmar Maurer
0f3d1edd9f fix update_progress while extracting files 2016-08-31 10:53:11 +02:00
Dietmar Maurer
37a88382de assume root file system is writable
We use overlayfs on tmpfs to make that work.
2016-08-31 10:21:11 +02:00
Dietmar Maurer
e11d96aac5 bump version to 4.0-11, depend on squashfs-tools 2016-08-31 08:50:32 +02:00
Dietmar Maurer
fafc616c95 use unsquashfs instead of tar 2016-08-31 08:18:57 +02:00
Dietmar Maurer
b0c4afccb8 issue a sync after installation
To be sure everything is on disk.
2016-08-31 08:17:55 +02:00
Dietmar Maurer
6b9003214a fix zfs test mode 2016-08-11 09:29:36 +02:00
Dietmar Maurer
121ebc596f implement btrfs setup (experimantal) 2016-08-11 09:17:51 +02:00
Dietmar Maurer
3eb2b684bc shrink textarea to fix into screen height 2016-08-09 10:41:30 +02:00
Dietmar Maurer
625a0e1338 use new repoman for upload target 2016-08-09 09:48:34 +02:00
Dietmar Maurer
26f89221d4 bump version to 4.0-10 2016-08-09 09:46:54 +02:00
Wolfgang Bumiller
249738686b Fix #1054: error on purely numeric hostnames 2016-08-09 09:40:39 +02:00
Dietmar Maurer
709d22e03a update layout, use new logo 2016-08-09 09:34:19 +02:00
Dietmar Maurer
011c98d3c6 set RELEASE=4.2, bump version to 4.0-9 2016-08-02 10:44:22 +02:00
Dietmar Maurer
eb4b1e56c3 delimit error messages by newline 2016-03-08 13:20:06 +01:00
Dietmar Maurer
35be9ba729 avoid usage of sector number 0 for gdisk
It simply does not work if we have more than one region of free space.
2016-03-06 09:43:05 +01:00
Dietmar Maurer
0cf4b51204 add correct unit to $restricted_hdsize_mb 2016-03-06 09:13:41 +01:00
Dietmar Maurer
3885481cc8 bump version to 4.0-8 2016-03-06 09:05:16 +01:00
Dietmar Maurer
9b4dc6e89a restrict hdsize if requested 2016-03-06 09:04:04 +01:00
Dietmar Maurer
239398be88 use better storage names 2016-03-01 08:10:24 +01:00
Dietmar Maurer
5fd816723e use lvmthin for data volume, create storage.cfg 2016-03-01 08:06:02 +01:00
Wolfgang Link
cbdfeb3645 limit swapsize to 8GB
It is waste of disk space to allocate more then 8GB swap-partition.
2016-02-26 09:32:37 +01:00
Wolfgang Link
ed32cc8354 include NVMe devices.
Gives the possibility to install Proxmox VE on nvme SSD.
2016-02-26 09:30:03 +01:00
Dietmar Maurer
0ee3ef4107 bump version to 4.0-6 2015-12-10 10:40:05 +01:00
Dietmar Maurer
fd3ec78701 install EFI fallback boot file (OVMF does not boot without) 2015-12-10 10:39:02 +01:00
Dietmar Maurer
036475a072 allow up to 8 disks for zfs 2015-12-01 10:51:03 +01:00
Dietmar Maurer
6b5dc3d00d enable systemd-timesyncd.service by default 2015-11-20 09:08:02 +01:00
Dietmar Maurer
1143023fb9 bump version to 4.0-4 2015-10-06 08:23:11 +02:00
Dietmar Maurer
b6200603c4 implement ipv6 2015-10-06 08:20:55 +02:00
Dietmar Maurer
3230062899 fix IPV4OCTET (use same code as in PVE::Tools) 2015-10-06 07:46:31 +02:00
Dietmar Maurer
5268262708 zpool create: add missing -o 2015-09-29 12:34:00 +02:00
Dietmar Maurer
ccac188189 bump version to 4.0-3 2015-09-29 12:18:15 +02:00
Dietmar Maurer
5d01c3ddfe zpool create: use cachefile=none
We cannot write the cachfile, because CDROM is read-only. And it is
not rerquired at all.
2015-09-29 12:14:37 +02:00
Dietmar Maurer
e41f1989ef do not mention LVM snapshots (not used anymore) 2015-06-19 08:49:28 +02:00
Dietmar Maurer
df482fe556 bump version to 4.0-2 2015-06-16 11:57:50 +02:00
Dietmar Maurer
1f8d010449 add xfs support 2015-06-16 11:55:53 +02:00