Displaying 6 results from an estimated 6 matches for "journal_checksum".
2010 May 31
1
Mount options for fs type storage pools?
...l-start guest_images_fs
Pool guest_images_fs started
# mount | grep guest_images
/dev/sdc1 on /guest_images type ext4 (rw)
#
Notice that /guest_images is mounted with default options. Nothing
wrong with that, but lets say the SysAdmin has a need to pass specific
mount options. (ie journal_checksum, or noatime, or nodiratime, etc)
Checked the virStorageBackendFileSystemMount() function in present git
master, and it doesn't look like mount options are considered for
anything other than Gluster?
How to do it, or is it best to not use libvirt to manage the mounting of
this type of stora...
2015 Nov 13
1
winbind problems
...ults equals what?". I did finally find a
Linux Mint article dated 11/12/14
(http://community.linuxmint.com/tutorial/view/1513) that states the
following:
*defaults *- Use default settings. Equivalent to rw, suid, dev, exec,
auto, nouser, async.
There is no mention of acl, user_xattr, or journal_checksum - options
that I routinely use. Basically, I'm trying to find out if anything has
changed since that time (Debian specific), and, up until now, such
documentation has been extremely hard to find. Anything else that you
can provide will be greatly appreciated.
Thanks again.
Dale
2013 Oct 06
0
Options to turn off/on for reliable virtual machinewrites & write performance
...detail
Status of volume: ha-ds1
------------------------------------------------------------------------------
Brick : Brick 10.255.255.1:/vol/gluster/ha-ds1
Port : 49153
Online : Y
Pid : 2252
File System : ext4
Device : /dev/mapper/stor--node1-gluster
Mount Options : rw,noatime,nodiratime,journal_checksum,data=journal,errors=panic,nodelalloc
Inode Size : 256
Disk Space Free : 219.3GB
Total Disk Space : 269.1GB
Inode Count : 17924096
Free Inodes : 17923263
------------------------------------------------------------------------------
Brick : Brick 10.255.255.2:/vol/gluster/ha-ds1
Port : 49152...
2010 Jan 13
65
ntpd under Xen Dom0 exhibits extremely high jitter/noise? runs stable/quiet under non-xen kernel.
...he problem a config issue, or a bug?
Already reported this downstream; everybody''s "stumped".
Running
uname -a
Linux test 2.6.31.8-0.1 #1 SMP 2009-12-15 23:55:40 +0100 x86_64
x86_64 x86_64 GNU/Linux
with @ grub,
kernel /vmlinuz root=/dev/V0/ROOT rootfstype=ext4
rootflags=journal_checksum resume=/dev/V0/SWAP showopts splash=silent
selinux=0 SELINUX_INIT=NO elevator=cfq vga=0x31a console=tty0
console=ttyS0,57600n8
cat /sys/devices/system/clocksource/clocksource0/current_clocksource
tsc
on 5 different mobos, all with AMD Phenom II X4 Deneb Cores
(http://en.wikipedia.org/wiki/Lis...
2010 Jan 13
65
ntpd under Xen Dom0 exhibits extremely high jitter/noise? runs stable/quiet under non-xen kernel.
...he problem a config issue, or a bug?
Already reported this downstream; everybody''s "stumped".
Running
uname -a
Linux test 2.6.31.8-0.1 #1 SMP 2009-12-15 23:55:40 +0100 x86_64
x86_64 x86_64 GNU/Linux
with @ grub,
kernel /vmlinuz root=/dev/V0/ROOT rootfstype=ext4
rootflags=journal_checksum resume=/dev/V0/SWAP showopts splash=silent
selinux=0 SELINUX_INIT=NO elevator=cfq vga=0x31a console=tty0
console=ttyS0,57600n8
cat /sys/devices/system/clocksource/clocksource0/current_clocksource
tsc
on 5 different mobos, all with AMD Phenom II X4 Deneb Cores
(http://en.wikipedia.org/wiki/Lis...
2015 Nov 12
2
winbind problems
On 11/12/2015 2:59 PM, Rowland Penny wrote:
> On 12/11/15 20:31, Dale Schroeder wrote:
>> OK, try this smb.conf, don't add anything else until you have getent
>> working:
>>>
>>> [global]
>>> workgroup = DOMAIN
>>> security = ADS
>>> realm = DOMAIN.COM
>>> dedicated keytab file = /etc/krb5.keytab
>>>