Displaying 12 results from an estimated 12 matches for "nsb".
Did you mean:
nb
2017 Sep 28
1
after hard reboot, split-brain happened, but nothing showed in gluster voluem heal info command !
The version I am using is glusterfs 3.6.9
Best regards,
Cynthia ????
MBB SM HETRAN SW3 MATRIX
Storage
Mobile: +86 (0)18657188311
From: Karthik Subrahmanya [mailto:ksubrahm at redhat.com]
Sent: Thursday, September 28, 2017 2:37 PM
To: Zhou, Cynthia (NSB - CN/Hangzhou) <cynthia.zhou at nokia-sbell.com>
Cc: Gluster-users at gluster.org; gluster-devel at gluster.org
Subject: Re: [Gluster-users] after hard reboot, split-brain happened, but nothing showed in gluster voluem heal info command !
On Thu, Sep 28, 2017 at 11:41 AM, Zhou, Cynthia (NS...
2017 Sep 28
0
after hard reboot, split-brain happened, but nothing showed in gluster voluem heal info command !
On Thu, Sep 28, 2017 at 11:41 AM, Zhou, Cynthia (NSB - CN/Hangzhou) <
cynthia.zhou at nokia-sbell.com> wrote:
> Hi,
>
> Thanks for reply!
>
> I?ve checked [1]. But the problem is that there is nothing shown in
> command ?gluster volume heal <volume-name> info?. So these split-entry
> files could only be detected when...
2017 Sep 28
0
after hard reboot, split-brain happened, but nothing showed in gluster voluem heal info command !
On Thu, Sep 28, 2017 at 12:11 PM, Zhou, Cynthia (NSB - CN/Hangzhou) <
cynthia.zhou at nokia-sbell.com> wrote:
>
>
> The version I am using is glusterfs 3.6.9
>
This is a very old version which is EOL. If you can upgrade to any of the
supported version (3.10 or 3.12) would be great.
They have many new features, bug fixes & perfo...
2017 Sep 28
2
after hard reboot, split-brain happened, but nothing showed in gluster voluem heal info command !
...The log is not available right now, when it reproduced, I will provide it to your, Thanks!
Best regards,
Cynthia ????
MBB SM HETRAN SW3 MATRIX
Storage
Mobile: +86 (0)18657188311
From: Karthik Subrahmanya [mailto:ksubrahm at redhat.com]
Sent: Thursday, September 28, 2017 2:02 PM
To: Zhou, Cynthia (NSB - CN/Hangzhou) <cynthia.zhou at nokia-sbell.com>
Cc: Gluster-users at gluster.org; gluster-devel at gluster.org
Subject: Re: [Gluster-users] after hard reboot, split-brain happened, but nothing showed in gluster voluem heal info command !
Hi,
To resolve the gfid split-brain you can follow th...
2003 Sep 08
1
3.0.0rc2 log error message - domain_user_groups related
...l:
I've looked in the archives and seen several refernces to this error message
but no solution put forth. I'm running samba 3.0.0 rc2 on RedHat 9.
The following shows up for each of my users in the syslog:
Sep 8 15:17:14 main2 smbd[31974]: get_domain_user_groups: primary gid of
user [nsb] is not a Domain group !
Sep 8 15:17:14 main2 smbd[31974]: get_domain_user_groups: You should fix
it, NT doesn't like that
My smb.conf is the same one from 2.2.3 that I upgraded from.
Any idea what is causing this and how to fix it?
TIA
James
2017 Sep 28
0
after hard reboot, split-brain happened, but nothing showed in gluster voluem heal info command !
...oks like an old version.
If it is, then it would be great if you can upgarde to one of the latest
supported release.
[1]
http://docs.gluster.org/en/latest/Troubleshooting/split-brain/#fixing-directory-entry-split-brain
Thanks & Regards,
Karthik
On Wed, Sep 27, 2017 at 9:42 AM, Zhou, Cynthia (NSB - CN/Hangzhou) <
cynthia.zhou at nokia-sbell.com> wrote:
>
> HI gluster experts,
>
> I meet a tough problem about ?split-brain? issue. Sometimes, after hard
> reboot, we will find some files in split-brain, however its parent
> directory or anything could be shown in comman...
2016 Aug 05
1
NUT UPS Slave Not Shutting Down
...POWERDOWNFLAG poweroff
NOTIFYFLAG ONBATT SYSLOG+WALL+EXEC
NOTIFYFLAG ONLINE SYSLOG+WALL+EXEC
NOTIFYCMD "/usr/bin/upssched"
PS ! The Slave connects with UPS MASTER , when i monitor the upsmon using
upsmon -u root -D -F start
I get the output
root at nsb-3ms_series:~# upsmon -DDDDDDDDD -F -u root
root at nsb-3ms_series:~# upsmon -DDDDDDDDD -F -u root
Network UPS Tools upsmon 1.01-875
0.000000 fopen /var/run/upsmon.pid: No such file or directory
0.009147 UPS: ups_genric at 192.168.16.116 (slave) (power value 1)
0....
2017 Aug 23
0
Re: virt-sysprep: error: no operating systems were found in the guest image on libguestfs-1.36.5
On Wed, Aug 23, 2017 at 06:25:17AM +0000, Tang, Alan (NSB - CN/Qingdao) wrote:
> [ 0.000000] Linux version 3.10.101 (root@ci092133) (gcc version 4.8.3 20140911 (Red Hat 4.8.3-9) (GCC) ) #1 SMP Mon Apr 11 16:22:43 ULAT 2016
...
> commandrvf: mount -o ro /dev/sda1 /sysroot/
> [ 2.333550] SGI XFS with ACLs, security attributes, large block/i...
2017 Sep 27
2
after hard reboot, split-brain happened, but nothing showed in gluster voluem heal info command !
HI gluster experts,
I meet a tough problem about ?split-brain? issue. Sometimes, after hard reboot, we will find some files in split-brain, however its parent directory or anything could be shown in command ?gluster volume heal <volume-name> info?, also, no entry in .glusterfs/indices/xattrop directory, can you help to shed some lights on this issue? Thanks!
Following is some info from
2006 Feb 14
9
read.table
I have a file named "test.csv" with the following 3 lines:
%y-%m-%d;VALUE
1999-01-01;100
2000-12-31;999
> read.table("test.csv", header = TRUE, sep = ";")
delivers:
X.y..m..d VALUE
1 1999-01-01 100
2 2000-12-31 999
I would like to see the following ...
%y-%m-%d VALUE
1 1999-01-01 100
2 2000-12-31 999
Note,
>
2017 Aug 23
2
virt-sysprep: error: no operating systems were found in the guest image on libguestfs-1.36.5
Hi all,
I encountered the following error when I tried to run virt-sysprep on a qcow2 image.
virt-sysprep: error: no operating systems were found in the guest image
The version I used for libguest is as follows:
[libguestfs-1.36.5]
The same issue happened on other versions such as libguestfs-1.32.7.
# ./run ./sysprep/virt-sysprep -v -x -a
2020 Feb 27
2
[PATCH] Update the 5 year logo to 10 year logo
...=^!Cim33zM|G4dStaJ{hH<Cz7q3Tj#PAdt
z1jFkzrt8q`Q&qp9TqLzd70tXQ=uEG|gic1RNFl_|=s|C*HtjtF&ngkJ*uD%pzM4OC
zS?zmzhlsZ#zgpXp^#Pm_M-$??wBDwx0koQU#g#eGoYc{;sWWirwISwpIrIv%Iph;S
z7{S-@x6C?b(1Eg;eMO)1tl|1cZGWE(<|c$tH=M@A+D`Sw{AwWgW}PJEd5)KSCZA)q
z#^UdLoE~&X7cSB3^bv;%9CzyM+RKe{8>YX{{VzBF6)Nsb^@A`0UY?5%m%ksDP$VqD
zJf%4i@hx@E?2JvM?n-E_f=+qkH}bs0cLDh|C*w26ChSXB_e%EPJI*@n)loqp$1JwA
zf2SS?%(?#w2E@i4ucQoyg#NWZmF8)*lb`#6w5Cr7G<(IG6UN*6>R$pynSnykyWSuc
zykEW8IxoIN(V=3}O&=Am$(vZ^D-jFu5p?sT1ymN{1PfD_4+-b!Y)}MBKVOJI-Fq9<
zw772BU)uaQZ@{nFrZHO}OWrvazNrlepN~&XY2pj|cC4S+r=p^w28!fTYf9`{...