Displaying 3 results from an estimated 3 matches for "85c8".
Did you mean:
85,8
2006 Jun 16
2
need help mocking out a method
...duplicate number several times in a row thereby
triggering the error handling. However, I can''t get the mock working.
Here''s the test code along with the error (all from test/functional/
storage_api_test.rb).
class StorageController
@mock_uuid = ["7cd00940-df96-0128-85c8-000a95ba12c4",
"cca3c300-df8f-0128-85c8-000a95ba12c4",
"cca3c300-df8f-0128-85c8-000a95ba12c4",
"cca3c300-df8f-0128-85c8-000a95ba12c4",
"cca3c300-df8f-0128-85c8-000a95ba12c4"]
def get_next_uuid
@mock_uuid.shift
end...
2012 Oct 24
0
Restoring glusterfs cluster.
...ta1/brick1
Brick2: 10.67.15.35:/media/data1/brick1
Options Reconfigured:
features.quota: off
When i use 'peer status' command, one of the nodes shows strange infomation
as following:
[root at yq33 ~]# gluster peer status
Number of Peers: 2
Hostname: 10.67.15.33
Uuid: c213f7ab-18c1-40e1-85c8-dd7ae97fad03
State: Peer in Cluster (Connected)
Hostname: 10.67.15.35
Uuid: 98949cd6-2b61-4ba8-8b67-76d8b58d4ce8
State: Peer in Cluster (Connected)
tip:yq33 has the address of 10.67.15.33
The same command, however, shows diffrent information on another node:
[root at yq35 ~]# gluster peer stat...
2007 Apr 18
1
[PATCH] Translate asm version of ELFNOTE macro into preprocessor macro
Hi,
I've come across some problems with the assembly version of the ELFNOTE
macro currently in -mm. (in
x86-put-note-sections-into-a-pt_note-segment-in-vmlinux.patch)
The first is that older gas does not support :varargs in .macro
definitions (in my testing 2.17 does while 2.15 does not, I don't know
when it became supported). The Changes file says binutils >= 2.12 so I
think we need