Add fio tool
This commit is contained in:
		
							parent
							
								
									cb76e7afa3
								
							
						
					
					
						commit
						7bb16f858e
					
				| @ -1,7 +1,11 @@ | |||||||
| { config, pkgs, ... }: | { config, pkgs, ... }: | ||||||
| 
 | 
 | ||||||
| { | { | ||||||
|   environment.systemPackages = [ pkgs.ceph pkgs.ceph-client ]; |   environment.systemPackages = with pkgs; [ | ||||||
|  |     ceph | ||||||
|  |     ceph-client | ||||||
|  |     fio # For benchmarks | ||||||
|  |   ]; | ||||||
| 
 | 
 | ||||||
|   # We need the ceph module loaded as the mount.ceph binary fails to run the |   # We need the ceph module loaded as the mount.ceph binary fails to run the | ||||||
|   # modprobe command. |   # modprobe command. | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user