B
B
by_EL2021-12-16 14:28:18
linux
by_EL, 2021-12-16 14:28:18

Where is the DHT hash of every file on Glusterfs stored?

Hello dear, I am studying glusterfs, I couldn’t understand exactly where the hash of each file is stored, which is used to locate the file

Answer the question

In order to leave comments, you need to log in

2 answer(s)
R
Ruslan Fedoseev, 2021-12-16
@martin74ua

bricks, .glusterfs directory

S
Sergey Melnikov, 2015-07-15
@mlnkv

function request(url, callback) {
  var req = new XMLHttpRequest();
  req.open('GET', url, true);
  req.onload = function() {
    if (req.status >= 200 && req.status < 400) {
      if (callback) callback(req.responseText);
    }
  };
  req.send();
}

request('worker.xml', function(xml) {  
  document.getElementById("IDWorker").innerHTML = xml.getElementsByTagName("IDWorker")[0].childNodes[0].nodeValue;
  document.getElementById("LastName_Worker").innerHTML = xml.getElementsByTagName("LastName_Worker")[0].childNodes[0].nodeValue;
  document.getElementById("FirstName_Worker").innerHTML = xml.getElementsByTagName("FirstName_Worker")[0].childNodes[0].nodeValue;
});

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question