Displaying 5 results from an estimated 5 matches for "lazy_itable_init".
2013 Nov 13
1
strange speed of mkfs Centos vs. Debian
Hi,
I'm testing a storage system and different network settings and I'm
faced with a strange phenomen.
Doing a mkfs.ext4 on the centos server lasts 11 minutes.
The same mkfs.ext4 command on the debian installation is done in 20 seconds.
It is formatting a 14 TB 10Gbit ISCSI Target.
It is the same server. Centos and debian are installed on different
internal harddisks.
Any
2012 Aug 31
1
[PATCH V1] NEW API:ext:mke2fs
...quot; "%" PRIi64, maxonlineresize);
+ ADD_ARG (argv, i, "-E");
+ ADD_ARG (argv, i, maxonlineresize_s);
+ }
+ if (optargs_bitmask & GUESTFS_MKE2FS_LAZYITABLEINIT_BITMASK) {
+ ADD_ARG (argv, i, "-E");
+ if (lazyitableinit)
+ ADD_ARG (argv, i, "lazy_itable_init=1");
+ else
+ ADD_ARG (argv, i, "lazy_itable_init=0");
+ }
+ if (optargs_bitmask & GUESTFS_MKE2FS_LAZYJOURNALINIT_BITMASK) {
+ ADD_ARG (argv, i, "-E");
+ if (lazyjournalinit)
+ ADD_ARG (argv, i, "lazy_journal_init=1");
+ else
+ ADD...
2020 Feb 03
3
Hard disk activity will not die down
I updated my backup server this weekend from CentOS 7 to CentOS 8.
OS disk is SSD, /dev/md0 are two 4TB WD mechanical drives.
No hardware was changed.
1. wiped all drives
2. installed new copy of 8 on system SSD
3. re-created the 4TB mirror /dev/md0 with the same WD mechanical drives
4. created the largest single partition possible on /dev/md0 and formatted
it ext4
5. waited several hours for the
2017 Oct 10
2
Unable to find linux kernel on ext4, filesystem-related root cause assumed
...Creating partition on ${IMAGE} with specs: ${PARTITIONLAYOUT}"
echo "${PARTITIONLAYOUT}" | sfdisk "${IMAGE}" --no-reread --no-tell-kernel
echo "Creating file system on ${IMAGE} with offset ${PARTITIONOFFSET}"
mkfs.ext4 -F -L system-fs -E offset=${PARTITIONOFFSET},lazy_itable_init=0,lazy_journal_init=0 "${IMAGE}"
echo "Loopback-mounting ${IMAGE}"
DEVICE=`losetup --find --partscan --show "${IMAGE}"`
echo "File ${IMAGE} is now ${DEVICE}"
echo "Creating dir ${MOUNT}"
mkdir "${MOUNT}"
echo "Mounting partition 1...
2013 Feb 27
1
Slow read performance
Help please-
I am running 3.3.1 on Centos using a 10GB network. I get reasonable write speeds, although I think they could be faster. But my read speeds are REALLY slow.
Executive summary:
On gluster client-
Writes average about 700-800MB/s
Reads average about 70-80MB/s
On server-
Writes average about 1-1.5GB/s
Reads average about 2-3GB/s
Any thoughts?
Here are some additional details: