search for: 90ef

Displaying 8 results from an estimated 8 matches for "90ef".

Did you mean: 90_f
2018 Feb 07
2
Ip based peer probe volume create error
...og is empty because i did not run any command on node3. At logs i saw node 1 peer status contains ip addresses as peer. But other nodes node1 visible at it?s name . node 1 peer status is root at pri:/var/log/glusterfs# gluster peer status Number of Peers: 2 Hostname: 51.15.90.60 Uuid: eed0d6c6-90ef-4705-b3f9-0b028d769df3 State: Peer in Cluster (Connected) Hostname: 163.172.151.120 Uuid: 42bc6ec5-5826-4a40-b2d3-8a34e6caabb7 State: Peer in Cluster (Connected) node 2 root at sec:/var/log/glusterfs# gluster peer status Number of Peers: 2 Hostname: pri.ostechnix.lan Uuid: 700fb496-4270-4e2a-8...
2018 Feb 07
0
Ip based peer probe volume create error
...ode3. > > At logs i saw node 1 peer status contains ip addresses as peer. But other > nodes node1 visible at it?s name . > > node 1 peer status is > > root at pri:/var/log/glusterfs# gluster peer status > Number of Peers: 2 > > Hostname: 51.15.90.60 > Uuid: eed0d6c6-90ef-4705-b3f9-0b028d769df3 > State: Peer in Cluster (Connected) > > Hostname: 163.172.151.120 > Uuid: 42bc6ec5-5826-4a40-b2d3-8a34e6caabb7 > State: Peer in Cluster (Connected) > > node 2 > > root at sec:/var/log/glusterfs# gluster peer status > Number of Peers: 2 > >...
2019 Mar 07
1
Support for NBD block status in nbdkit & qemu NBD client
...ver the network, but the command line for that is too complicated to show in a simple example). VDDK has an API for querying allocated blocks, see ‘VixDiskLib_QueryAllocatedBlocks’ in https://vdc-download.vmware.com/vmwb-repository/dcr-public/8f96698a-0e7b-4d67-bb6c-d18a1d101540/ef536a47-27cd-481a-90ef-76b38e75353c/vsphere-vddk-671-programming-guide.pdf It's awkward to use but Martin (CC'd) has played with it and it does seem to work. The question is if we add Structured Replies + Block Status support to nbdkit & implement it for the VDDK plugin, will ‘qemu-img convert’ above be abl...
2018 Feb 07
0
Ip based peer probe volume create error
Hi, Could you please send me the glusterd.logs and cmd-history logs from all the nodes. Thanks Gaurav On Wed, Feb 7, 2018 at 5:13 PM, Ercan Aydo?an <ercan.aydogan at gmail.com> wrote: > Hello, > > i have dedicated 3.11.3 version glusterfs 3 nodes. i can create volumes if > peer probe with hostname. > > But ip based probe it?s not working. > > What?s the correct
2018 Feb 07
2
Ip based peer probe volume create error
Hello, i have dedicated 3.11.3 version glusterfs 3 nodes. i can create volumes if peer probe with hostname. But ip based probe it?s not working. What?s the correct /etc/hosts and hostname values when ip based peer probe. Do i need still need peer FQDN names on /etc/hosts . i need advice how can fix this issue. -------------- next part -------------- An HTML attachment was scrubbed... URL:
2018 May 14
0
Samba 4.8.1: spotlight enabled share can not connect to Tracker
...on the fact that samba can not connect to Tracker via dbus? (TRACKER_BUS_TYPE=system is set) - How can I set the users mdssvc home directory to be used for the database access? Thanks for your help and best regards, Dirk -- Dirk Köppen <dirk at koeppen.name> PGP: D66A AF85 5DD9 EBE3 4539 90EF B815 3E77 7E40 5904
2018 Oct 08
2
Samba 4.8.1: spotlight enabled share can not connect to Tracker
...us? (TRACKER_BUS_TYPE=system is set) > - How can I set the users mdssvc home directory to be used for the database access? > > > Thanks for your help and best regards, > Dirk > > -- > Dirk Köppen < > dirk at koeppen.name > > > PGP: D66A AF85 5DD9 EBE3 4539 90EF B815 3E77 7E40 5904
2019 Oct 10
1
[PATCH NOT WORKING nbdkit] vddk: Restructure plugin to allow greater parallelism.
We had a query yesterday about the VDDK plugin and making it actually obey the weird "Multithreading Considerations" rules in the VDDK documentation (https://vdc-download.vmware.com/vmwb-repository/dcr-public/8f96698a-0e7b-4d67-bb6c-d18a1d101540/ef536a47-27cd-481a-90ef-76b38e75353c/vsphere-vddk-671-programming-guide.pdf) This patch is my attempt to implement this. The idea is that the plugin starts a background thread and routes all calls to certain VDDK functions through this thread, ensuring that the "Multithreading Considerations" are obeyed. It d...