Displaying 6 results from an estimated 6 matches for "growpart".
2019 Jul 31
0
CEBA-2019:1900 CentOS 7 cloud-utils-growpart BugFix Update
...Bugfix Advisory 2019:1900
Upstream details at : https://access.redhat.com/errata/RHBA-2019:1900
The following updated files have been uploaded and are currently
syncing to the mirrors: ( sha256sum Filename )
x86_64:
ffdacd5d00f316bd3ebb855a7ffb9501c46da027ee5c2d7a59e975a638e083c2 cloud-utils-growpart-0.29-2.el7_6.2.noarch.rpm
Source:
a3671fa7463ccae25c9ec00174a08074e011f811122129fe45cf8e6c40e10ead cloud-utils-growpart-0.29-2.el7_6.2.src.rpm
--
Johnny Hughes
CentOS Project { http://www.centos.org/ }
irc: hughesjr, #centos at irc.freenode.net
Twitter: @JohnnyCentOS
2016 Dec 14
0
Release for CentOS userland 7(1611) on armhfp
...7.3.1611 release :
- Kernel (for both rpi2/2 and generic boards) was bumped to 4.4.x (LTS
version) to also follow the i386 AltArch kernel.
- uboot images were updated to version 2016.09
- rootfs-resize (unmaintained) had issue when resizing FS bigger than
32Gb, and has been replaced by cloud-utils-growpart
- default image[s] for rpi2/rpi3 now also support selinux directly
More informations/details on the dedicated wiki page :
https://wiki.centos.org/SpecialInterestGroup/AltArch/Arm32
== Getting help
If you are searching for help, or would like to help the CentOS
altarch/armhfp ecosystem, feel free...
2016 Dec 15
0
CentOS-announce Digest, Vol 142, Issue 6
...7.3.1611 release :
- Kernel (for both rpi2/2 and generic boards) was bumped to 4.4.x (LTS
version) to also follow the i386 AltArch kernel.
- uboot images were updated to version 2016.09
- rootfs-resize (unmaintained) had issue when resizing FS bigger than
32Gb, and has been replaced by cloud-utils-growpart
- default image[s] for rpi2/rpi3 now also support selinux directly
More informations/details on the dedicated wiki page :
https://wiki.centos.org/SpecialInterestGroup/AltArch/Arm32
== Getting help
If you are searching for help, or would like to help the CentOS
altarch/armhfp ecosystem, feel free...
2019 Aug 01
0
CentOS-announce Digest, Vol 174, Issue 1
...S 7 sysstat Enhancement Update (Johnny Hughes)
24. CEBA-2019:1875 CentOS 7 samba BugFix Update (Johnny Hughes)
25. CEBA-2019:1886 CentOS 7 mesa-libGLw BugFix Update (Johnny Hughes)
26. CESA-2019:1898 Low CentOS 7 httpd Security Update (Johnny Hughes)
27. CEBA-2019:1900 CentOS 7 cloud-utils-growpart BugFix Update
(Johnny Hughes)
----------------------------------------------------------------------
Message: 1
Date: Wed, 31 Jul 2019 13:31:33 +0000
From: Johnny Hughes <johnny at centos.org>
To: centos-announce at centos.org
Subject: [CentOS-announce] CESA-2019:1873 Important CentO...
2016 Dec 12
2
Raspberry PI 3
Hi all
I downloaded the RPI3 image:
CentOS-Userland-7-armv7hl-Minimal-1603-RaspberryPi3.img.xz
how do I resize the root FS? My Sd card is 32G and I am only using 2G of
that.
also I thought the RPI3 as was 64 bit. When I downloaded the
aarch64.img and tried that it did not boot.
I thought the RPI3 supported this image. perhaps not.
Thannks,
Jerry
2020 Apr 27
2
Re: Migrate to a bigger disk possible?
...ble to resize your partitions and
> > filesystem as well.
>
> What I did is this:
>
> virsh shutdown kvm68
> qemu-img resize /data/kvm68.qcow2 +800G
> virsh start kvm68
> ssh root@kvm68.vandervlis.nl
> lsblk
> pvs
> apt install cloud-guest-utils
> growpart /dev/vda 1
> pvresize /dev/vda1
> lsblk
> lvextend -rL +100G /dev/vg0/root
>
> > 2) QCOW2 is too small and there isn't enough space on the filesystem,
> > but there's enough space on a different filesystem on the same host:
> >
> > - live:
&...