<div dir="ltr">Hi,<br><br>I upgraded Luster from 2.12.8 to 2.15.5 (server and clients). After upgrade, I found that all Lustre pools disappeared. There were 2 pools:<br>- cluster.ssh<br>- cluster.hdd<br><br>[root@mds1 ~]# lctl pool_list cluster<br>Pools from cluster:<br><br>[root@mds1 ~]# lctl pool_list cluster.ssd<br>Pool: cluster.ssd<br>lctl pool_list: cannot open /proc/fs/lustre/lov/cluster-MDT0000-mdtlov/pools/ssd: No such file or directory (2)<br><br>[root@mds1 ~]# ls -la /proc/fs/lustre/lov/cluster-MDT0000-mdtlov/pools/<br>total 0<br>dr-xr-xr-x 2 root root 0 Aug  1 10:49 .<br>dr-xr-xr-x 4 root root 0 Aug  1 10:49 ..<br><br>On the client side "lfs getstripe" still shows pool names.<br><br>[root@login2 ~]# lfs getstripe /cluster<br>. . .<br>/cluster/home<br>stripe_count:  1 stripe_size:   1048576 pattern:       raid0 stripe_offset: -1 pool:          hdd<br>/cluster/apps<br>stripe_count:  1 stripe_size:   1048576 pattern:       raid0 stripe_offset: -1 pool:          ssd<br><br>I created pools again:<br><br>[root@mds1 ~]# lctl pool_new cluster.ssd<br>Pool cluster.ssd created<br><br>[root@mds1 ~]# lctl pool_add cluster.ssd OST[0-3]<br>Warning, OST cluster-OST0000_UUID not found in pool cluster.ssd<br>OST cluster-OST0001_UUID added to pool cluster.ssd<br>. . .<br><br>Adding OSTs to the pool shows a warings message "OST ... not found in pool ..." sometimes.<br><br>Question 1: Is it expected behavior that pools disappeared after the Luster upgrade?<br>Question 2: Is it safe to ignore warning messages "OST ... not found in pool ..." when adding OST to the pool.<br><div><br></div><div>Best regards,</div><div>Pavlo Khmel</div></div>