Fix mastodon vm not booting due to mount options
This commit is contained in:
		
					parent
					
						
							
								44cc2e1a90
							
						
					
				
			
			
				commit
				
					
						00b1fc5fd3
					
				
			
		
					 1 changed files with 3 additions and 3 deletions
				
			
		| 
						 | 
					@ -23,19 +23,19 @@
 | 
				
			||||||
      depends = [ "/mnt/data" ];
 | 
					      depends = [ "/mnt/data" ];
 | 
				
			||||||
      device = "/mnt/data/mastodon";
 | 
					      device = "/mnt/data/mastodon";
 | 
				
			||||||
      fsType = "none";
 | 
					      fsType = "none";
 | 
				
			||||||
      options = [ "bind" "X-mount.owner=mastodon" "X-mount.group=mastodon" ];
 | 
					      options = [ "bind" ];
 | 
				
			||||||
    };
 | 
					    };
 | 
				
			||||||
    "/var/lib/postgresql" = {
 | 
					    "/var/lib/postgresql" = {
 | 
				
			||||||
      depends = [ "/mnt/data" ];
 | 
					      depends = [ "/mnt/data" ];
 | 
				
			||||||
      device = "/mnt/data/postgresql";
 | 
					      device = "/mnt/data/postgresql";
 | 
				
			||||||
      fsType = "none";
 | 
					      fsType = "none";
 | 
				
			||||||
      options = [ "bind" "X-mount.owner=postgres" "X-mount.group=postgres" ];
 | 
					      options = [ "bind" ];
 | 
				
			||||||
    };
 | 
					    };
 | 
				
			||||||
    "/var/lib/private/opensearch/data" = {
 | 
					    "/var/lib/private/opensearch/data" = {
 | 
				
			||||||
      depends = [ "/mnt/data" ];
 | 
					      depends = [ "/mnt/data" ];
 | 
				
			||||||
      device = "/mnt/data/opensearch";
 | 
					      device = "/mnt/data/opensearch";
 | 
				
			||||||
      fsType = "none";
 | 
					      fsType = "none";
 | 
				
			||||||
      options = [ "bind" "X-mount.owner=opensearch" "X-mount.group=opensearch" ];
 | 
					      options = [ "bind" ];
 | 
				
			||||||
    };
 | 
					    };
 | 
				
			||||||
  };
 | 
					  };
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue