- Sort Score
- Result 10 results
- Languages All
Results 11 - 19 of 19 for InfoS (0.08 sec)
-
cmd/storage-rest-server.go
s.writeErrorResponse(w, err) return } done := keepHTTPResponseAlive(w) infos, err := s.getStorage().ReadParts(r.Context(), volume, preq.Paths...) done(nil) if err != nil { s.writeErrorResponse(w, err) return } presp := &ReadPartsResp{Infos: infos} storageLogIf(r.Context(), msgp.Encode(w, presp)) } // ReadFileHandler - read section of a file.
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Wed Aug 14 17:11:51 UTC 2024 - 45.7K bytes - Viewed (0) -
cmd/storage-datatypes.go
} // ReadPartsReq - send multiple part paths to read from type ReadPartsReq struct { Paths []string `msg:"p"` } // ReadPartsResp - is the response for ReadPartsReq type ReadPartsResp struct { Infos []*ObjectPartInfo `msg:"is"` } // DeleteBulkReq - send multiple paths in same delete request. type DeleteBulkReq struct { Paths []string `msg:"p"` }
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Tue Oct 22 15:30:50 UTC 2024 - 17.3K bytes - Viewed (0) -
cmd/storage-rest-client.go
defer readMsgpReaderPoolPut(rd) readPartsResp := &ReadPartsResp{} if err = readPartsResp.DecodeMsg(rd); err != nil { return nil, toStorageErr(err) } return readPartsResp.Infos, nil } // RenameFile - renames a file. func (client *storageRESTClient) RenameFile(ctx context.Context, srcVolume, srcPath, dstVolume, dstPath string) (err error) {
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Sun Oct 13 13:07:21 UTC 2024 - 30.2K bytes - Viewed (0) -
src/main/resources/fess_label_fr.properties
labels.failure_url_error_name = Type labels.failure_url_error_log = Log labels.failure_url_web_config_name = Configuration du réseau labels.failure_url_file_config_name = Configuration du fichier labels.system_info_configuration = Infos système labels.system_info_env_title = Propriétés d'environment labels.system_info_prop_title = Propriétés du système labels.system_info_fess_prop_title = Propriétés de FESS
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Fri Mar 22 11:58:34 UTC 2024 - 46.6K bytes - Viewed (0) -
cmd/erasure-server-pool.go
for poolIdx, erasureSet := range z.serverPools { for setIdx, set := range erasureSet.sets { set := set listOut := make(chan metaCacheEntry, 1) entries = append(entries, listOut) disks, infos, _ := set.getOnlineDisksWithHealingAndInfo(true) if len(disks) == 0 { xioutil.SafeClose(results) err := fmt.Errorf("Walk: no online disks found in (set:%d pool:%d) %w", setIdx, poolIdx, errErasureReadQuorum)
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Sun Sep 29 22:40:36 UTC 2024 - 89.8K bytes - Viewed (0) -
cmd/site-replication.go
func (c *SiteReplicationSys) Netperf(ctx context.Context, duration time.Duration) (results madmin.SiteNetPerfResult, err error) { infos, err := globalSiteReplicationSys.GetClusterInfo(ctx) if err != nil { return results, err } var wg sync.WaitGroup var resultsMu sync.RWMutex for _, info := range infos.Sites { info := info // will call siteNetperf, means call others's adminAPISiteReplicationDevNull
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Thu Aug 15 12:04:40 UTC 2024 - 185.1K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.21.md
- Implement TemplateNodeInfo - Implement caching instances ### IONOS - Add support for IONOS ### Kubemark - Skip non-kubemark nodes while computing node infos for node groups. ### Magnum - Add Magnum support in the Cluster Autoscaler helm chart ### Packet - Allow empty nodepools - Add support for multiple nodepools - Add pricing support
Registered: Fri Nov 01 09:05:11 UTC 2024 - Last Modified: Fri Oct 14 07:03:14 UTC 2022 - 367.3K bytes - Viewed (0) -
src/main/webapp/css/admin/adminlte.min.css.map
border-left-color: #d2d6de;\n border-right-color: transparent;\n left: 100%;\n right: auto;\n}\n\n.direct-chat-img {\n border-radius: 50%;\n float: left;\n height: 40px;\n width: 40px;\n}\n\n.right .direct-chat-img {\n float: right;\n}\n\n.direct-chat-infos {\n display: block;\n font-size: 0.875rem;\n margin-bottom: 2px;\n}\n\n.direct-chat-name {\n font-weight: 600;\n}\n\n.direct-chat-timestamp {\n color: #697582;\n}\n\n.direct-chat-contacts-open .direct-chat-contacts {\n -webkit-transform: translate(0,...
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Sat Oct 26 01:49:09 UTC 2024 - 3.7M bytes - Viewed (0) -
src/main/webapp/css/admin/adminlte.min.css
.direct-chat-text::after,.right .direct-chat-text::before{border-left-color:#d2d6de;border-right-color:transparent;left:100%;right:auto}.direct-chat-img{border-radius:50%;float:left;height:40px;width:40px}.right .direct-chat-img{float:right}.direct-chat-infos{display:block;font-size:.875rem;margin-bottom:2px}.direct-chat-name{font-weight:600}.direct-chat-timestamp{color:#697582}.direct-chat-contacts-open .direct-chat-contacts{-webkit-transform:translate(0,0);transform:translate(0,0)}.direct-chat-contac...
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Sat Oct 26 01:49:09 UTC 2024 - 1.3M bytes - Viewed (0)