Displaying 7 results from an estimated 7 matches for "stroage".
Did you mean:
storage
2016 Mar 16
2
overview zlib efficiency? Summary and added note
Hi,
use "doveadm" to get all real message
doveadm -f table fetch -A "size.physical" ALL | awk
'{s+=$2}END{printf("%.2fMB\n", s/1024/1024);}'
189247.67MB .. 185G
use "du" to get size on disc:
In my case
with deduplication:
/srv/stroage/# du -s -h *
53G vmail
75G vmail_sis
without deduplication
/srv/stroage/# du -s -h -l *
53G vmail
209G vmail_sis
j4i, SIS can't use the zlib plugin so the 75G in my case are not
compressed (I haven't a filesystem that I trust and has a compression
feature). Anyway it has...
2006 May 19
2
Limitation of storage size.
I want to config one 50T OST stroage, is it okay?
Since I know that the limitation of ext3 is 1XT. Thnaks
2006 Sep 18
7
drbd using zfs send/receive?
hi everyone,
I am planning on creating a local SAN via NFS(v4) and several redundant
nodes.
I have been using DRBD on linux before and now am asking whether some of
you have experience on on-demand network filesystem mirrors.
I have yet little Solaris sysadmin know how, but i am interesting
whether there is an on-demand support for sending snapshots. I.e. not
via a cron job, but via a
2008 Dec 01
2
Error while copying/moving file
An HTML attachment was scrubbed...
URL: http://zresearch.com/pipermail/gluster-users/attachments/20081201/151a90cd/attachment.htm
2016 Mar 15
8
overview zlib efficiency?
Hi,
may be someone has already done that: Do you have a script(?) tool which
shows the efficiency of the mail compression if zlib is used?
Something that shows the uncompressed size vrs. the compressed.
Thanks for hints! /G?tz
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 5571 bytes
Desc: S/MIME
2012 Nov 25
1
Live migration with non-shared storage leads to corrupted file system
Hi,
We have the following environment for live-migration with
non-shared stroage between two nodes,
Host OS: RHEL 6.3
Kernel: 2.6.32-279.el6.x86_64
Qemu-kvm: 1.2.0
libvirt: 0.10.1
and use "virsh" to do the job as
virsh -c 'qemu:///system' migrate --live --persistent
--copy-storage-all <guest-name> qemu+ssh://<target-node>...
2006 Feb 09
0
SAMBA configuration nightmare (AIX) - idmaps do not work (core dump), ldap/nss_ldap and pam fail
Well, I have tried really hard to get any of the idmaps to work--in
that, idmap_ads, idmap_rid, and I have tried to use idmap stroage in
ldap with padl (nss_ldap) too, but I have had no luck. If I enable pam
in /usr/lib/security/methods.cfg or nss_ldap, I cannot log into the
system anymore. If I enable pam in /etc/pam.conf and use in
/etc/security/users SYSTEM = "WINBINd or WINBIND[UNAVAIL] AND COMPAT I
cannot log into the...