User Tools

Site Tools


manuals:vps:vpsadminos:storage

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
Last revisionBoth sides next revision
manuals:vps:vpsadminos:storage [2019/10/28 20:47] – created KerryCZEmanuals:vps:vpsadminos:storage [2023/02/02 23:55] – deleted openVZ parolek
Line 2: Line 2:
 ====== Datasets, snapshots, mounts and exports on vpsAdminOS ====== ====== Datasets, snapshots, mounts and exports on vpsAdminOS ======
 This page describes the differences between managed storage between This page describes the differences between managed storage between
-[[informace:openvz|OpenVZ]] and [[navody:vps:vpsAdminOS]]. There are no changes+[[information:openvz|OpenVZ]] and [[manuals:vps:vpsAdminOS]]. There are no changes
 regarding to [[manuals:vps:datasets|storage on OpenVZ]], described changes regarding to [[manuals:vps:datasets|storage on OpenVZ]], described changes
 are about vpsAdminOS. are about vpsAdminOS.
  
 ===== NAS ===== ===== NAS =====
-NAS datasets cannot be mounted using vpsAdmin as on OpenVZ. Instead, the datasets+NAS datasets cannot be mounted using vpsAdmin. Instead, the datasets
 have to be [[#exports|exported over NFS]] and then manually mounted from within have to be [[#exports|exported over NFS]] and then manually mounted from within
 the VPS. the VPS.
Line 46: Line 46:
  
 One dataset/snapshot can be exported only once, but it can be mounted multiple One dataset/snapshot can be exported only once, but it can be mounted multiple
-times on different hosts, even on OpenVZ.+times on different hosts.
  
 ==== Mounting exports ==== ==== Mounting exports ====
Line 62: Line 62:
  
 {{:navody:vps:vpsadminos:detailexportu2v2.png?500|}} {{:navody:vps:vpsadminos:detailexportu2v2.png?500|}}
 +
 +==== Problem with rpc.statd ====
 +
 +On Debian Buster we found an issue with start of ''rpc.statd'':
 +
 +  Jul 06 10:31:52 bee rpc.statd[23393]: Failed to find any visible netconfig entries
 +  Jul 06 10:31:52 bee rpc.statd[23393]: failed to create RPC listeners, exiting
 +
 +Problem is, that none of available protocols has been marked as a visible for library function getnetconfig(3) due to unconfigured proper flag in ''/etc/netconfig''. For correct behaviour of TCP and UDP should those lines look as follows (third column contains ''v'', not ''-''):
 +
 +  udp        tpi_clts      v     inet     udp           -
 +  tcp        tpi_cots_ord  v     inet     tcp           -
 +  udp6       tpi_clts      v     inet6    udp           -
 +  tcp6       tpi_cots_ord  v     inet6    tcp           -
  
manuals/vps/vpsadminos/storage.txt · Last modified: 2023/02/02 23:57 by parolek