[yast-devel] NFSv4 in storage target-map
Hi, we have added NFSv4 support in yast2-storage. The detected_fs and used_fs in the target-map can be `nfs or `nfs4. Here is an example with one NFSv3 and one NFSv4 mount: "/dev/nfs" : $[ "device" : "/dev/nfs", "name" : "nfs", "partitions" : [ $[ "detected_fs" : `nfs, "device" : "loki:/real-home/aschnell", "fstopt" : "nosuid,relatime,rsize=8192,wsize=8192,namlen=255,nolock,timeo=600,retrans=2,sec=sys,mountaddr=10.10.222.40,mountvers=3,mountproto=udp", "fstype" : "NFS", "mount" : "/suse/aschnell", "mountby" : `device, "name" : "loki:/real-home/aschnell", "size_k" : 867382072, "type" : `nfs, "used_fs" : `nfs ], $[ "detected_fs" : `nfs4, "device" : "thalassa:/a", "fstopt" : "defaults", "fstype" : "NFS", "mount" : "/test1", "mountby" : `device, "name" : "thalassa:/a", "size_k" : 49542144, "type" : `nfs, "used_fs" : `nfs4 ] ], "type" : `CT_NFS ] ciao Arvin -- Arvin Schnell, <aschnell@suse.de> Senior Software Engineer, Research & Development SUSE LINUX Products GmbH, GF: Markus Rex, HRB 16746 (AG Nürnberg) -- To unsubscribe, e-mail: yast-devel+unsubscribe@opensuse.org For additional commands, e-mail: yast-devel+help@opensuse.org
participants (1)
-
Arvin Schnell